photo

Sean


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
6 个回答

排名
122,387
of 301,352

声誉
0

贡献数
4 个提问
6 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,240

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,116

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can't See My Diary
So I did my homework yesterday in diary lab03 and I pull up my screen today to show my TA. I can see the commands I did the com...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Last Question of the Night
thank you :3

13 years 前 | 0

已回答
Last Question of the Night
Thanks :o May I ask how you got there though? I wanna learn too:)

13 years 前 | 0

提问


Last Question of the Night
% Author: Sean Walsh % Write a script that plots r=cos(2theta) from 0 to 2pi. disp('Using MatLabs Polar command we graph') th...

13 years 前 | 3 个回答 | 0

3

个回答

已回答
Finding positions and adding them together
Thank you very much! I've been working on this darn lab for 4+ hours.. I'm so glad I found this website; and you guys who answ...

13 years 前 | 0

已回答
Adding random numbers together
% Author: Sean Walsh % Create a vector of 53 random #s and analyze them. r = rand([53,1]); % The sum of all the rando...

13 years 前 | 0

提问


Finding positions and adding them together
% Author: Sean Walsh % Create a vector of 53 random #s and analyze them. disp('Your 53 random numbers are') r = rand([53,1]) ...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
Adding random numbers together
I got it..thank you<3

13 years 前 | 0

提问


Adding random numbers together
So I'm using this code % Create a vector of 53 random #s and analyze them. r = rand([53,1]) % The sum of all the rand...

13 years 前 | 4 个回答 | 0

4

个回答

已回答
Adding random numbers together
% Create a vector of 53 random #s and analyze them. r = input('enter random number:'); r = rand([53,1]) % The sum of ...

13 years 前 | 0