フィルターのクリア

Let the array a be declared as a = [ 1, 2; 2, 3]. Consider the definition of another array d as, d = zeros(size(a)) + 2. What will be the values in d? Select one: a. [ 2, 0 ; 0 , 0] b. [ 2, 2 ; 2 , 2] c. [ 2, 2 ; 0 , 0] d. [ 2, 0 ; 2 , 0]

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]. Consider the definition of another array d as, d = zeros(size(a)) + 2. What will be the values in d? Select one: a. [ 2, 0 ; 0 , 0] b. [ 2, 2 ; 2 , 2] c. [ 2, 2 ; 0 , 0] d. [ 2, 0 ; 2 , 0]
  1 件のコメント
Image Analyst
Image Analyst 2014 年 5 月 20 日
I still don't understand why you're asking us instead of just doing it yourself. Why? Why? Why? Do you think you'll learn it better if you don't do it yourself?

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

回答 (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 ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by