Statistics
RANK
5,751
of 295,569
REPUTATION
8
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Reset xlabel position
Thanks Oleg! It worked great. I just deleted the xlabel object and created a new one, it got the default position.
13 years ago | 0
Reading console output
I would try using a fifo (in a console) mkfifo myfifo and then running my program from matlab using system('myprogram >...
13 years ago | 2
Linux Matlab - is it possible to determine whether a directory is a link?
Try somthing like [a,b]=system('ls -l /tmp/myfile | cut -c 1') if b is an 'l' (ell), then /tmp/myfile is a link, if it's...
13 years ago | 0
| accepted
Question
Reset xlabel position
Hi all, I would like to know how can i move the xlabel to it's default position. Using doing somthing like plot([-1 1],[...
13 years ago | 2 answers | 0