photo

Ethan Sehrt


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
11.540
of 301.837

REPUTAZIONE
4

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
4

RANK
 of 21.431

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 176.887

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


what is the difference between axis normal, axis square, axis equal, and axis tight?
what is the difference between axis normal, axis square, axis equal, and axis tight?

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How do you print data from the command window without a script? Do I need a script to print that information?
I'm trying to print an 'fprint' display in the command window, but whenever I publish it, the script is the only thing being pri...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


i'm trying to create an if loop so that I can run my program starting with x=1 and increasing by 1 to x =3.
The conditions are as follows: if x=2, f=Inf if x=>2, f=NaN otherwise run the function, f=log(5/2-x) x2 = 0; ...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I compute the geometrical mean given the data: 92.3, 93.2, 91.9, 93.5, 92.7, 93.1, 93.8, 92.4
D5=[92.3 93.2 91.9 93.5 92.7 93.1 93.8 92.4]; n=length(D5); geometric_mean=0 for q=1:n; z=D5(q); geomet...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I define a variable without assigning it a value?
I just want to define a variable, f without assigning any values to it so I can use it in an equation.

circa 10 anni fa | 6 risposte | 4

6

risposte

Domanda


How to produce an 'if else' loop with an x starting at 1 and increasing to 3 by 1 at each end of the loop
x = [1:1:3]; if x == 2; f2 = inf elseif x > 2; f2 = NaN else f2 = log(5/2-x) end I'm trying to inp...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


What did I do wrong with my code to get this "^" error?
I input an equation as y=((x^2)*sin(x))/exp(x) and defined x as x=logspace(0,6,7); in the script. When I run it, i get a message...

circa 10 anni fa | 1 risposta | 0

1

risposta