can I use elements of array in if statement directly?

3 ビュー (過去 30 日間)
bkshn
bkshn 2015 年 6 月 14 日
コメント済み: bkshn 2015 年 6 月 17 日
Hello
I have an array (it's name is fullpath) and I want to compare the elements of it in If condition like bellow
if ((fullpath(i-1)-1) > y)
col1=y ;
else
col1=(fullPath(i-1)-1);
end
but I have this error
Undefined function 'fullpath' for input arguments of type 'double'.
Could you help me?
thanks alot

採用された回答

Walter Roberson
Walter Roberson 2015 年 6 月 14 日
In one of the lines you call the array fullpath and in another line you call it fullPath with a capital P. Probably it should be fullPath in all locations.
  1 件のコメント
bkshn
bkshn 2015 年 6 月 17 日
you are right. I'm so sorry.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by