photo

Pu Andaes


Last seen: mehr als 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
183.481
of 301.261

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
20.0%

ERHALTENE STIMMEN
0

RANG
 of 21.209

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.690

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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?

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort