Idan Nagar
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
8 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0