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 years 前 | 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...
10 years 前 | 1 个回答 | 0