Effacer les filtres
Effacer les filtres

input for function drawgraph(coords)

2 vues (au cours des 30 derniers jours)
Amanda
Amanda le 16 Nov 2012
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 commentaire
Akiva Gordon
Akiva Gordon le 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.

Connectez-vous pour commenter.

Réponse acceptée

Matt Fig
Matt Fig le 16 Nov 2012
Are you talking about the function on this page?
There is more to the function that you show! So please, tell the whole story, including the exact text of the error message and how you call the function.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by