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.
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年以上 前 | 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 >...
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年以上 前 | 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...
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年以上 前 | 0
| 採用済み
質問
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年以上 前 | 2 件の回答 | 0