Statistics
RANK
5,047
of 300,392
REPUTATION
10
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,373
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
Save axes properties/data and load it on an other axes
Hello everyone, I am currently working on a gui, in which among other things, i uses the google map API (via this function ht...
8 years ago | 1 answer | 0
1
answerQuestion
Get selected point(s) on GUI subplot with brush
Hello fellow Matlab users, I have been struggling for some time now on a problem, and i've looked for solutions everywhere bu...
8 years ago | 0 answers | 0
0
answersLink a GUI with Simulink
Hi J Smith, My god i feel ashamed. I wanted to make sure i had read everything i could find before asking a question here, an...
8 years ago | 0
Question
Link a GUI with Simulink
Hi everyone. I have a problem which has been bugging me for some time now. I am simulating vehicles movement, and want to ...
8 years ago | 2 answers | 0
2
answersFaster way than findobj to find and delete plots in a GUI interface
Thanks, i tried to store the differents plots into an array, but it did not work, as i tried to store them in to a classical zer...
8 years ago | 0
I have a series of points in a xy plane representing repetitive movements at a specific time frame. How can I find the mean coordinate? Can I simply use: xmean= x1+x2+...+xn/#points and ymean=y1+y2+.../#points or there is a proper Matlab Function?
There is a function matlab called mean which does the work, just type : X = [x1,x2..., xn] x_mean = mean(X); Y = [y1,...
8 years ago | 0
| accepted
Question
Faster way than findobj to find and delete plots in a GUI interface
Hi everyone, I am currently working on a gui interface, in which I am plotting a 3D animation of vehicles within a loop. At e...
8 years ago | 3 answers | 0
3
answersHello, i am a beginner in matlab, please if someone can help me to make a summation loop?
Lets say you have stored your values into two differents vectors of length N : theta_f = ... theta_s = ... Then you j...
8 years ago | 1
| accepted


