photo

Lorenzo Luengo


Universidad de Concepcion

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

1 个提问
3 个回答

排名
5,751
of 297,527

声誉
8

贡献数
1 个提问
3 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

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 前 | 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 前 | 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 前 | 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 years 前 | 2 个回答 | 0

2

个回答