Sreenidhi Yeturi
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0