Define input and output vector/matrix
古いコメントを表示
Hi guys,
I am new to use Matlab to solve functions and there is one problem that I hope you guys can help me.
The situation is, input A as a m*1 vector, like [1,2,3]; after calculation in a equation we get output B (result is a m*1 vector); then another vector input C, n*1, is involved; after input in another equation (contain both B and C) for calculation, we get result D, which should be a m*n matrix.
In this scenario, how can I define A, B, C, and finally get the result D in a matrix format?
Thanks,
回答 (1 件)
Star Strider
2015 年 8 月 25 日
0 投票
2 件のコメント
Mac Lin
2015 年 8 月 25 日
Star Strider
2015 年 8 月 25 日
Is ‘k’ a scalar, vector, or matrix?
What are the sizes of all the vectors and matrices in your calculations?
In what order do you want to do them?
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!