photo

Hugo Ochoa


Last seen: mehr als 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
1 Antwort

RANG
175.408
of 301.383

REPUTATION
0

BEITRÄGE
6 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.306

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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.

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 9 Jahre vor | 0

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort