Statistics
All
RANK
8,001
of 295,527
REPUTATION
6
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
7 years ago
Answered
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument
calculate goodness of fit
Try to use the fit function [fitobject,gof] = fit(x,y,fitType) and have a look at the gof output argument
11 years ago | 1
Answered
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...
Rotate surface X Y Z around Y axis
There is a mistake in your code, the Z coordinate should be computed as Z(i) = X(i)*sin(ang) + Z(i)*cos(ang) Though, the...
11 years ago | 0
| accepted
Answered
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...
Plot eigen Vector e1 & e2 in matlab?
The problem is that you try to plot the vector using 2D line plot so your script actually plots two lines in the XY plane throug...
11 years ago | 0