Feeds
提问
pause function doesn't work R20a
y=1; while y<5 x=8 pause() y=y+1; end this is just a simplified example to show that pause function is not wor...
2 years 前 | 2 个回答 | 0
2
个回答提问
symbolic trigonometrical function tan instead of log and imaginary equation
I have this simple code syms a b x real; solve(a*sin(x) == b*cos(x),x) %the answer should looks like x= -atan(b/a) %I got ...
3 years 前 | 1 个回答 | 0