フィルターのクリア

input for function drawgraph(coords)

2 ビュー (過去 30 日間)
Amanda
Amanda 2012 年 11 月 16 日
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 件のコメント
Akiva Gordon
Akiva Gordon 2012 年 11 月 16 日
What is the error message that you are seeing? And where are you finding this example? This is not a built-in MATLAB function.

サインインしてコメントする。

採用された回答

Matt Fig
Matt Fig 2012 年 11 月 16 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by