Statistics
2 Questions
0 Answers
RANK
271 305
of 295 673
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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); ...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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)....
mer än 8 år ago | 1 answer | 0