Feeds
질문
How do you drop the 'abs' that's sometimes attached to an output when we use the 'norm' function?
Here is some sample code: % syms a theta param = [a*cos(theta), a*sin(theta), 0] norm(param) % The output is...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
How do you store the output of a function?
I wrote a function "problem8 (r,x)" and am using it in a new script: problem8 (0.5,0:5) When I run the above script, t...
거의 11년 전 | 답변 수: 1 | 0
