Feeds
提问
How to Convert Fahrenheit to Celsius
function deg_ce = fa_to_ce(deg_f) deg_ce = (5/9)*(deg_f-32); fprintf('the temp is %f\n', deg_ce) end If i run it, it says th...
5 years 前 | 4 个回答 | 0
4
个回答提问
How do you input f(x)=e^-0.5cos(4x)?
i tried doing f=exp^(-0.5.*x) .*cos(4.*x) but somehow it still displays as error any help?
5 years 前 | 0 个回答 | 0
0
个回答提问
How do you plot the phase and amplitude of a complex function?
We were given a task wherein we need to plot an equation's phase and amplitude. I'm in a bit of a rut, as I don't really don't k...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I show the variables the users' inputted in a disp or fprintf fucntion?
I'm kind of new to MATLAB, how can I show the users' inputted data on a disp or fprintf function?
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I ask a a user to input a number between 1 and 2000, then show a response whether their input is valid or invalid?
I was working on a code wherein I made the user input a number between 1 and 2000, then show a response if their inputted valid ...
5 years 前 | 1 个回答 | 0