Matlab aide
aimr
Messages postés
5
Date d'inscription
Statut
Membre
Dernière intervention
-
aimr Messages postés 5 Date d'inscription Statut Membre Dernière intervention -
aimr Messages postés 5 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j ai taper ce programme du methode de point fixe sur matlab il me donne comme resultat
function[x,cer,cit]=mfixe(a,b,eps,x1,x2,itmax)
er=1;
it=0;
while(er>eps & it<itmax)
y=[sin(a*x(1)+b*x(2));cos(a*x(1)-b*x(2))];
er=norm(x-y);
it=it+1;
x=y;
cit(it)=it;
cer(it)=er;
end
plot(cit,cer;'r')
et le msg d'erreur
??? Undefined function or method 'mfixe' for input arguments of type 'double'.
est que vous pouvez m'aidez pour resoudre ce problèmme ?
j ai taper ce programme du methode de point fixe sur matlab il me donne comme resultat
function[x,cer,cit]=mfixe(a,b,eps,x1,x2,itmax)
er=1;
it=0;
while(er>eps & it<itmax)
y=[sin(a*x(1)+b*x(2));cos(a*x(1)-b*x(2))];
er=norm(x-y);
it=it+1;
x=y;
cit(it)=it;
cer(it)=er;
end
plot(cit,cer;'r')
et le msg d'erreur
??? Undefined function or method 'mfixe' for input arguments of type 'double'.
est que vous pouvez m'aidez pour resoudre ce problèmme ?
A voir également:
- Matlab aide
- Gnu octave matlab - Télécharger - Édition & Programmation
- Intervalle sur matlab ✓ - Forum Matlab
- Termes de Matlab ✓ - Forum Matlab
- Problème diffusion matlab - Forum Matlab
- Matlab 6.5 download - Forum Windows