Undefined function 'd' for input arguments of type 'double'.

 採用された回答

Niels
Niels 2015 年 1 月 20 日

2 投票

This probably means that you are referring to something like
d(3,3)
while the variable d does not exist.
You might have cleared it somewhere before calling it, or it may not have existed at all.

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2015 年 1 月 20 日

回答済み:

2015 年 1 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by