jandas - MATLAB Central
photo

jandas


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB AnswersCodyFrom 02/14 to 02/25Use left and right arrows to move selectionFrom 02/14Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
8 096
of 297 169

REPUTATION
6

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

ungefär 7 år 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

ungefär 11 år 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...

ungefär 11 år 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...

ungefär 11 år ago | 0

Go to top of page