Let the array a be declared as a = [ 1, 2; 2, 3; 1, 2; 2, 3]. The assignment statement a(4,4)=0 results in Select one: a. An error, illegal index. b. a = [ 1, 2; 2, 3; 1, 2; 2, 3, 0, 0]. c. a = [ 1, 2, 0, 0; 2, 3, 0, 0; 1, 2, 0, 0; 2, 3, 0, 0]. d. No

1 回表示 (過去 30 日間)
mayur saraiya
mayur saraiya 2014 年 5 月 20 日
回答済み: Image Analyst 2014 年 5 月 20 日
Let the array a be declared as a = [ 1, 2; 2, 3; 1, 2; 2, 3]. The assignment statement a(4,4)=0 results in
Select one:
a. An error, illegal index.
b. a = [ 1, 2; 2, 3; 1, 2; 2, 3, 0, 0].
c. a = [ 1, 2, 0, 0; 2, 3, 0, 0; 1, 2, 0, 0; 2, 3, 0, 0].
d. No change in the value of a

回答 (1 件)

Image Analyst
Image Analyst 2014 年 5 月 20 日
Just do it. Do it yourself in MATLAB and see what the answer is. No need to ask us to do your exam for you - MATLAB will do it for you.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by