photo

Michael Mauersberger


Last seen: 4ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Newton-Raphson method with linear constraints
Implementation of the Newton-Raphson method with linear constraints, increment damping and additional sweep points

10ヶ月 前 | ダウンロード 2 件 |

Thumbnail

質問


Why does gradient function calculates wrong dimensions?
Hi there, Why does the gradient function calculates the first two dimensions wrong? Example: [mshx,mshy,mshz] = ndgrid(0:.1...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Why does gradient function calculate wrong dimensions 1 and 2?
Hi there, I want to calculate multidimensional gradient of a scalar field. After I got to know the difference between meshgri...

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Hi,How to plot vectors with different sizes against each other ? size of one vector is 24244x1 and other vector is 24243x1
Hi, maybe you want to plot one vector v of length xv over a vector u of length xu. Then you can interpolate. It is assumed, tha...

4年以上 前 | 0