photo

Veronica george


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
133,066
of 301,344

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,238

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,044

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Plot data from Excel
How do I get Matlab to open my Excel file and read the data so that it is translated into a graph? It's projectile trajectory. ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to display a table featuring user input
I'm working on a script (matlab book, pg. 216 question 32) in which a user will input temperatures and at the end of the script,...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to count how many numbers are odd or even?
a = 3 r = 2 n = 0:5 g=0; for n=n g=g+(a*(r^n)) end % How many numbers are even? (rem(g,2)==0) if ans==1('Even...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How can I generate a user-input geometric series script?
I'm looking to generate a script that will be able to have user input. How do I start this code? That's my struggle: what exac...

12 years 前 | 1 个回答 | 0

1

个回答