Community Profile

photo

Mohanad


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

10 months ago | 2 answers | 0

2

answers

Question


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

1 year ago | 1 answer | 0

1

answer