photo

Eli Wolkenstein


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
159.134
of 300.369

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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 2

Visualizza badge

Feeds

Visto da

Domanda


Trouble using Bode(sys)
I try using the bode function and i get an error that says "Error using DynamicSystem/bode Dimensions of arrays being concatena...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Displaying Output in Command Window
How can I display the outputs for the variables dr through ts in the command window neatly? (every line will say the name of the...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting a function where the x-axis is also a function
I want to plot a power vs velocity graph for this function P(t)=229500*v(1+0.2647*v) and v is also a function: v(t)=6.6524*(exp(...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Extracting Data from a .fig File
I have this MATLAB figure that I would like to extract the data that made it into a .txt or excel file. It has 7 subplots in it,...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Index in position 1 exceeds array bounds. Index must not exceed 1000.
When I run this program I get an error by line 44 saying "Index in position 1 exceeds array bounds. Index must not exceed 1000."...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting 2 functions on the same graph
I used this code to get a plot for Pos1 and Pos2. How can I modify it to make both curves appear on the same graph? clc; % ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


while loop not performing
A=[-0.2 0.1; 0.1 -2]; vm=[1; 1]; while (1) term=A*vm; nterm=norm(term); vm1=term/nterm; ea=abs((vm1-vm)/...

oltre 3 anni fa | 3 risposte | 0

3

risposte

Domanda


Plotting multiple functions with changing constants
I would like to plot the equation for rho as a function of t on two graphs, one with beta=50 and one with beta=60. On each graph...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Creating a Matrix of functions
I'm trying to create a matrix with functions as its elements (in this case a 2x1 matrix of nonlinear equations) so I can create ...

oltre 3 anni fa | 1 risposta | 0

1

risposta