photo

Hugo Ochoa


Last seen: 3년 초과 전 2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
1 답변

순위
229,766
of 301,433

평판
0

참여
6 질문
1 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,272

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,520

참여
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년 전 | 답변 수: 0 | 0

0

답변

질문


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

9년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...

거의 10년 전 | 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" #...

거의 10년 전 | 답변 수: 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" ...

거의 10년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변