photo

Jakob


Montanuniversität Leoben

Last seen: 5 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
12,762
of 300,302

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

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
  • First Answer

View badges

Feeds

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

6 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); ...

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

8 years ago | 0