Statistik
3 Fragen
0 Antworten
RANG
183.433
of 295.467
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
fast 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 11 Jahre vor | 1 Antwort | 0