Community Profile

photo

RIchard J


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer