統計
MATLAB Answers
6 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to use zfft and zmusic in matlab?
Hi Has anyone tried using ZFFT and ZMUSIC in matlab? I saw some papers which claim to have implemented the above two functions...
約12年 前 | 1 件の回答 | 0
1
回答質問
how to sum floating point elements of an array
Hi I have an array which has floating point inputs. I need to sum all the elements to get a single value. The command 'sum' t...
約12年 前 | 2 件の回答 | 0
2
回答質問
addition of elements in a matrix
Hi I have a matrix, e.g. "A" whose dimension is 3*20. I need to obtain a 3*4 matrix ("B") out of it, wherein every fifth eleme...
12年以上 前 | 2 件の回答 | 0
2
回答質問
calculation of a mean matrix
Hi I have two matrices a = [1 2 3; 2 3 4] and b = [2 3 4; 3 4 5]; I want a mean output matrix "c," whose...
12年以上 前 | 4 件の回答 | 0
4
回答質問
how to save a string as a filename?
Hi, How to save a file "with the characters of a string" as the file name? For example, I have a piece of code, which generate...
12年以上 前 | 3 件の回答 | 1
3
回答質問
how to delete specific entries (based on a condition) in an array?
Hi I wrote a small code, which goes as follows: %start of code a = [0 12 16 13 14 25 12 1 170 172 32 5 171]; for i = 1:l...
12年以上 前 | 1 件の回答 | 0