統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,609
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
please help with multiplication and division function
A={1;2;3;4;5;6;7}; B={1;2;3;4;5;6;7}; A and B are both cell arrays, I would like to find C C=(3*A-C)/2;
8年弱 前 | 2 件の回答 | 0
2
回答質問
How to convert a cell array of cell arrays to matrix ?
C={{'a' 3 {2 3} 6};{'b' 3 {4 5} 7}}
8年弱 前 | 1 件の回答 | 0
