Statistics
4 Questions
0 Answers
RANK
209,081
of 297,016
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 3 answers | 0