Statistik
9 Fragen
0 Antworten
RANG
37.236
of 300.753
REPUTATION
1
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
1
RANG
of 21.075
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.858
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Issues with an Inverse Fourier Transform
I have an algorithm that I am trying to reverse. The initial algorithm involves a Fast Fourier Transform of a matrix I call d: ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interpolate a 84x60 Cell Array to be 84x120
Hello, I have an 84x60 cell array where each array is a column vector of 512 elements {84,60}(512,1). I want to expand to a 8...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Convert a for loop from MathCAD to Matlab
I have to solve for sigma c in the attached pdf and need some help converting it from Mathcad to Matlab. Can someone help me tra...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Function with three parameters and I want to integrate in one dimension
I have this function: fn_E(x,y,f) = (1 + 0.25*sin(2*pi((x*f)/(4*c))))*exp(-1i*pi/4*sin(2*pi((x*f)/(4*c)))); f is a 1x71 ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Create an array that has ones
Hello, I am trying to create a 1x256 cell array where each matrix inside is 256x41. I want each matrix to have a row of ones ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using for loops to calculate a function that outputs a matrix and I want to store it into a matrix?
Hello, I have an exponential function that needs to be solved 41 times and stored in 41 different matrices. Here's what I hav...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Loop these vectors into an array?
I have a function that needs to be integrated. int = @(x)(1+0.25*sin((P/5)*x*sin(AngRad)+(P/4))).*exp(-1i*2.*x.*cos(AngRad...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Integration of an Anonymous Function with Multiplee Parameters wrt One Variable
Dear All, I am having trouble integrating a function which depends on a parameter of an integral like: int = @(x,Rad,K) ...
fast 10 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Integration of a Multiple Anonymous Function Which Depends on Parameters of an Integral
Dear All, I have a function that needs to be integrated and depends on parameters of an integral like: int = @(x,Rad,K)...
fast 10 Jahre vor | 1 Antwort | 0
