photo

Pu Andaes


Last seen: environ 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
74 639
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 5 ans il y a | 4 réponses | 0

4

réponses

Question


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?

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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?

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse