Statistics
RANK
9,684
of 295,467
REPUTATION
4
CONTRIBUTIONS
5 Questions
4 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
How to do counter in matlab?
Hello, Play around with this, let me know if you have problems. clear all M = 1.1; t = 600; q1 = zeros(10,1); q1(1...
9 years ago | 0
AMD vs Intel CPU for Matlab Computation Time
Hi Max, I am also curious about this because my work would defiantly benefit from faster computing. I haven't made a decision ...
9 years ago | 0
Question
Trying to combine video and plot
I would like to combine data with a video. I need to work out the frames correctly but that is another discussion. The problem...
9 years ago | 0 answers | 0
0
answersgetframe with hold on plotting all previous frames
ALEX, I think you need to use the delete function after each frame hold on p1=plot(loc1(1)+xp,loc1(2)+yp,'r') p2=plot(...
9 years ago | 0
| accepted
Question
getframe with hold on plotting all previous frames
I am trying to make an animation of some data from a lab experiment. I need to use the hold on command so that the outline of o...
9 years ago | 1 answer | 0
1
answerTrying to plot more than two graphs with two different scales onto a single plot
Very interesting...my likey I didn't realize you could plot multiple plots that way. This is game changer for me. Thanks...
9 years ago | 0
Question
Trying to plot more than two graphs with two different scales onto a single plot
I would like to show the graphs of several signals from a group and a reference signal which has a completely different scale. ...
9 years ago | 2 answers | 0
2
answersQuestion
How to sort and open up text files titled in a range of numbers
Hi Matlab Community, I have hundred perhaps thousands of text files from an experiment. These files are titled by the time t...
10 years ago | 4 answers | 0
4
answersQuestion
Reading certain parts of text file
Hi, I'm trying to access certain parts of a text to process data. The text file has a header and many rows of numbers, start...
11 years ago | 1 answer | 0