Statistiques
RANG
72 508
of 301 307
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 235
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 928
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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.
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Adjacent subplot width colorbar
How can I modify the colorbar width in an adjacent subplot? Thanks in advance
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseHow 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...
plus de 9 ans il y a | 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" #...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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" ...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
