photo

Nicholas


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
145,249
of 301,432

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,280

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,555

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


New to MATLab, need help using a .txt file on a graph
load PingPongLabFig.txt g = 9.81; v0 = 5.1119; theta = 0; y0 = 1.37; t = PingPongFig.txt; x = v0*cos(theta)*t...

11 years 前 | 0 个回答 | 0

0

个回答

提问


How to combine a while loop and a for loop on one graph
the while loop is set up as such fig=figure(1); x(1)=0; fx(1) = 0; index = 2; while (x<20) & index < 1000 x...

11 years 前 | 1 个回答 | 0

1

个回答

提问


I am brand new to MATLab and do not know how to do a whileloop
x=0; while (x<20) x=x+1 f(x)= x^3 - (5*x)^2 + 2^(x) - 10000.*x; fig=figure(1); clf; grid on; hold on; ...

11 years 前 | 1 个回答 | 0

1

个回答