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
Thanks :o May I ask how you got there though? I wanna learn too:)
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...
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...
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
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 ...
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
