photo

Michael Mauersberger


Last seen: 24 days ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

1 File

RANK
172,763
of 300,508

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
17,645 of 21,019

REPUTATION
3

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
30

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

2 years ago | 1 download |

0.0 / 5
Thumbnail

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Answered
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...

5 years ago | 0