probleme d'execution matlab
bonjour,
j'ai un problème lors de l'éxecution de ce programme sous matlab
et je ne sais pas d'où vient ce problème
code:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| gamman = ftx(gamman);
if (SpectPlots==1)
G=angle(gamman);
xg=max(max(G));
ng=min(min(G));
cg=255/(xg-ng);
figure;
colormap(gray(256))
image(256-cg*(G-ng));
axis('image');
axis('xy')
xlabel('range')
ylabel('Doppler frequency phase')
title('range signal/Doppler domain')
end; |
le problème s'affiche au niveau de la ligne : gamman=ftx(gamman)merci :)