input for function drawgraph(coords)
Ältere Kommentare anzeigen
There is an example function in MATLAB which is the following:
function drawgraph(coords)
plot(coords(1,:), coords(2,:));
My input is:
coords = [1 2 3; 4 5 6]
but I'm receiving an error?"
What is the purpose of this function?
Amanda
1 Kommentar
Akiva Gordon
am 16 Nov. 2012
What is the error message that you are seeing? And where are you finding this example? This is not a built-in MATLAB function.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!