Eli Wolkenstein
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
203.904
of 295.527
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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(...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
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,...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
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."...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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; % ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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)/...
meer dan 2 jaar ago | 3 answers | 0
3
answersQuestion
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...
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 2 jaar ago | 1 answer | 0