統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to optimize this program using a for loop? i want to repeat the part between percentage symbols n-times, not only 4, i use the E1 to build the E2, and then, E2 to build the E3, and so on, Ifrog is just a matrix of 4 columns and 2000 rows.
load Ifrog dimension = 2000; x = linspace(-5,5,dimension); L = length(x); n = 2^nextpow2(L); ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
How to optimize this program using a for loop?
clear close clc x=linspace(-5,5,1000); y = sin(x.^2).*cos(x.^2); fx = exp(-x.^2); fm1 = ifft(fft(fx)/norm(fx)....
8年以上 前 | 1 件の回答 | 0