Community Profile

photo

Jakob


Montanuniversität Leoben

Last seen: 3 years ago Active since 2017

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
How to save a 3D surface plot in 2D view in vector image format?
There is a very popular function over at the File Exchange: export_fig which deals with correctly exporting figures from Matlab....

4 years ago | 1

Answered
using runge kutta 4th order to integrate three different dynamic equation
In the code you shared, when you call sigma * (s (2) - and (1)) - g * (s (1) -x (1)); s (1) * (rho-s (3)) - s (2); ...

4 years ago | 1

Answered
How to counts matched object from main image with the template sub-Image
Using normxcorr2 will give you the point of highest correlation between image and template. % Perform registration ...

6 years ago | 0