![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23918390_1631812834043_DEF.jpg)
Nikolas Katsantonis
Followers: 0 Following: 0
統計
MATLAB Answers
1 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I want to use a for loop inside a function, where the for loop contains a subfuction. Each loop must store the variable value and make a matrix of all values, but I get 0s :(
function [a] = Main(Coordinates) a=5; for n=1:a Coordinates=3+n; a= test(n,Coordinates) end en...
2年以上 前 | 1 件の回答 | 0