統計
MATLAB Answers
2 質問
0 回答
ランク
of 178,349
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
for loop does not iterate and store data
Please, how do I fix a for loop to store some counters obtained from a while loop. close all;clear;clc; NumberofSimulation = 1...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Every iteration gives me a column vector of non zero elements. How do I store them, all the columns, in either a single vector or an array? Attached is my sample code.
close all; clear; clc; STORE = nan(30,2); for k = 1:2 rows = 4; columns = 3; x = randi([0 3],rows,columns); ...
8年弱 前 | 1 件の回答 | 0

