Statistiques
3 Questions
0 Réponses
RANG
89 174
of 302 048
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 516
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 475
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
question regarding quiver command
x = [1 1]; y = [1 2]; u = [1 2]; v = [1 3]; quiver(x,y,u,v) This is my simple code.. I cant get what u & v tell...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
which parameter changes if i convert my 1-d code in 2-d?
I have written a code which is in one dimension.. if i want to convert it in two dimension.. which parameters i have to change? ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I create a circle in the middle of the figure which do not touch axis..??
I am trying to simulate following code.. x=2; y=2; r=3; ang=0:0.01:2*pi; xp=r*cos(ang); yp=r*sin(ang); p...
plus de 11 ans il y a | 3 réponses | 0