Sreenidhi Yeturi
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
77,261
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Out of memory while using FFT
I'm trying to plot the field for a FDTD simulation in frequncy domain but I keep running into memory error. I've attached my cod...
3 years ago | 1 answer | 0
1
answerQuestion
Error: NaN/Inf breakpoint hit for symvar.m on line 33. 33 n = inf;
I'm trying to calculate the discrete wavenumber and plot the phase error for all the values of p from 0 to 180. I know there is ...
3 years ago | 0 answers | 0
0
answersQuestion
Single prompt for large set of variables
Hi I have huge set of variables that require an input from the user I would like to prompt them for all of them at once. I canno...
3 years ago | 1 answer | 0
1
answerQuestion
Graph window is blank
function V_Gauss_Pulse(t, to, t_w) tp = (t-to)^2/t_w^2; vg = exp(tp); plot (vg,t)
3 years ago | 1 answer | 0