photo

Eli Wolkenstein


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
159,018
of 299,772

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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

2 years 前 | 2 个回答 | 0

2

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 3 个回答 | 0

3

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答