Statistiques
RANG
261 116
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
10.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
how to change labels on jpg image?
My idea was: load('vel1.jpg') pim=vel1.jpg xlabel('distance(km)') ylabel('depth(km)') C = colorbar('location','...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
ploting problem two vectors
100 10 0 102 11 8 103 12 7 104 13 5 105 14 8 105 15 0 107 16 0 108 17 0 First and second column are vectors,the th...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to set up color range?
I am using imagesc,import matrix works fine.The problem is when I import another matrix with different velocity range,colors som...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
superimpose points on image
I have 1165x847 pixels geological map,I want to plot 15 points on that image.How to do that?How to write coordinates?
plus de 11 ans il y a | 1 réponse | 0
1
réponsematlab color matrix,problems with scaling
No this does not work,I got the red image.
plus de 11 ans il y a | 0
Question
matlab color matrix,problems with scaling
load('newvel.dat') v=reshape(newvel,106,14) vt=transpose(v) imagesc(vt) set(gca,'XTickLabel',{'1','2','3','4','5',...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
semilogx problem with two data sets
My code: load('ap08.dat') load('periods.dat') a=reshape(ap08,2,24) x=periods e=a(1,:) e1=e(24:-1:1) h=a(2...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
??? Undefined function or method 'isnan' for input arguments of type 'struct'.
I am trying to use downloaded code.(GGcall) clear all close all colors={'r.' 'gx' 'b+' 'ys' 'md' 'cv' 'k.' 'r*' 'g*' 'b*'...
plus de 11 ans il y a | 1 réponse | 0
1
réponseproblem with saving image with imwrite!
>> whos ct Name Size Bytes Class Attributes ct 14x106 11872 double
plus de 11 ans il y a | 0
Question
problem with saving image with imwrite!
My code: load ('cl.dat') c=reshape(cl,106,14) ct=transpose(c) imagesc(ct) imwrite(ct,'f8.jpg','jpg') I just ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
ploting triangles on the top of the image
I know that I should import image,no problems with that.But how to plot triangles?
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I create image from 2d matrix?
i have 2d matrix with velocities in the range 4900-5100.I have problem with colormap. function x=f(nd) x=load('nd.dat') y...
plus de 12 ans il y a | 1 réponse | 0
1
réponserunning Matlab script through unix bash script
I have similiar problem but it does not work: #!/bin/bash setenv USER milenko setenv LOGNAME milenko setenv HO...
presque 13 ans il y a | 0