Bonsoir
voici mon code:
il m'affiche l'erreur suivante:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 j=1; for i=1:num axes(i)=axes('parent',k,'position',[.1 .j .1 .1]); j=j+2; end;
d'avance merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 ??? Error: File: pushbutton2_Callback.m Line: 14 Column: 1 "axes" previously appeared to be used as a function or command, conflicting with its use here as the name of a variable. A possible cause of this error is that you forgot to initialize the variable, or you have initialized it implicitly using load or eval. ??? Error while evaluating uipushtool ClickedCallback
Partager