Uzochukwu Akabueze
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to convert 4 by 8 matrix bytevalues to correspond to a 4 by 1 milliseconds
Milliseconds = convert_bytes_to_ms(uint64(millis));millis = [50 20 45 55 46 65 48 70;40 42 56 67 60 45 39 53; 50 54 51 65 64 70 ...
約3年 前 | 1 件の回答 | 0
1
回答質問
Suppose I have a 2 by 60 matrix, like A = [1:60,2:61] how can I reshape it by the first 10 rows so that I can get a 20 by 6 matrix??
B = reshape(A,rowSize(A)/6,[],6)
約3年 前 | 1 件の回答 | 0