photo

Hugo Ochoa


Last seen: 3 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
175,408
of 301,383

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,252

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,306

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Which is better way to see a time slice (nxm matrix)? imagesc colormap(jet) Is not to goood for me.
I want to see a time slice in a 3d seismic. I want to do that the better way I can.

9 years 前 | 0 个回答 | 0

0

个回答

提问


Adjacent subplot width colorbar
How can I modify the colorbar width in an adjacent subplot? Thanks in advance

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can I change the title of a figure in a for loop?
In this circle, I want to change the title, so in each iteration I can see in the title the number of that iteration for i...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I get a m file from a cpp file?
Thanks Walter but y = perform_curvelet_transform(x,options) I can't run it because of the options. Should I put in optio...

9 years 前 | 0

提问


How can I get a m file from a cpp file?
/* Copyright (C) 2004 Caltech Written by Lexing Ying */ #include "mex.h" #include "matrix.h" #...

9 years 前 | 2 个回答 | 0

2

个回答

提问


I have this code d is matrix. I cant find x and z from d. how can I do that?
MATLAB code function pimage(x,z,d) %PIMAGE: High quality image for ppt presentations etc etc. % Go to "file" ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to get a matrix in a for bucle
Hello I have a question x=[1,1;1,1] for i = 1 : 3 x=x+2; end How can I put these 3 results in a matrix...

10 years 前 | 1 个回答 | 0

1

个回答