photo

Hugo Ochoa


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
229,533
of 301,213

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer