フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how will this code take input in matrix form for scaler multiplication??

1 回表示 (過去 30 日間)
Aimen Mujahid
Aimen Mujahid 2017 年 3 月 14 日
閉鎖済み: John D'Errico 2017 年 3 月 14 日
function b =check(Q)
Q(3:2)=zeros(3,2);
Qmd2=Q(3:2);
disp(Qmd2);
c=[1 2;1 3;1 4];
b=c.*Qmd2;
end
  3 件のコメント
Aimen Mujahid
Aimen Mujahid 2017 年 3 月 14 日
then how take input matrix for the multiplicaton with same dimension?
John D'Errico
John D'Errico 2017 年 3 月 14 日
You are making no sense at all. Sorry. As I pointed out, the code you have shown cannot ever run at all, for any input. Since I have no idea what you want it to do, I cannot give an answer to a question about the code, or how to change it.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by