photo

Idan Nagar


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Dealing with errors before matlab exit
Hi, I would like to make a function that no matter which error accures anywhere in my main code the function will run before m...

7 years ago | 0 answers | 0

0

answers

Question


how do i present the variable W with the 2 digits after the decimal point?
i=0.15; v=24; c=25*10^-6; R=140; L=260*10^-3; syms W eqn = i==v/sqrt((R^2)+(W*L-1/W*c)^2); W = solve(eqn,W); ...

9 years ago | 1 answer | 0

1

answer