Progamation SciLab

Résolu/Fermé
remyj38 Messages postés 38 Date d'inscription mardi 31 août 2010 Statut Membre Dernière intervention 9 août 2013 - 9 déc. 2010 à 17:54
KX Messages postés 16754 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 - 9 déc. 2010 à 19:18
Bonjour,

j'aimerais tracer un segment correspondant a un vecteur. Voici mon début de programme:

a=input("xA=")
b=input("yA=")
c=input("xB=")
d=input("yB=")
e=c-a
f=d-b

merci d'avance

A voir également:
  • Progamation SciLab
  • Scilab - Télécharger - Édition & Programmation

1 réponse

KX Messages postés 16754 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 3 020
9 déc. 2010 à 19:18
Consulte l'aide !

plot2d([a c],[b d]);
1