Statistiques
3 Questions
0 Réponses
RANG
284 257
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
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
How to write a function that returns a graph?
If I write a function like function A = myplot(x,y) A = plot(x,y); set(A,etc....) end When I call this function, a ...
presque 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to use a function output in another function?
I have written a function in the script, say function A = matrixy() A = zeros(3); end When calling it in the command ...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to start again from the previous step?
I want to do something like: x = input('value of x:'); y = input('value of y:'); if (x>=y) ... else ...
environ 11 ans il y a | 1 réponse | 0