![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25477286_1643735851684_DEF.jpg)
Eli Wolkenstein
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
113.417
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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,...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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."...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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; % ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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)/...
casi 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 3 años hace | 1 respuesta | 0