photo

EEEmatlab


Last seen: 4年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Reading data from a text file, comma delimited
Hi I want to read data from a textfile, any help will be nice. The actual data looks like this. A B 1, 2 3, 4 ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Distance from time and velocity vectors..HELP
so i have 2 vectors: time = [0,10,15,20,30,59,62,125]; velocity = [0,56.40,97.23,136.25,226.16,403.86,440.44,1265.23]; ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


working out acceleration from 2 matrices- HELP
I have 2 matrices: velocity and time velocity = [0,56.40,97.23,136.25,226.16,403.86,440.44,1265.23] time = [0,10,15,20,30,...

約7年 前 | 2 件の回答 | 0

2

回答

質問


what is wrong with my code? vertcat error
t = [0:0.4:40]; a = [20.*sin(t); 20.*cos(t); 0]; b = [0; 0; (10-((t.^2)/16))]; s = a+b It gives me: *Error using v...

7年以上 前 | 3 件の回答 | 0

3

回答