Community Profile

photo

Pu Andaes


Last seen: más de 3 años hace Con actividad desde 2020

Estadísticas

  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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?

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta