photo

Sean Raffetto


Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
37,236
of 300,763

REPUTATION
1

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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: ...

8 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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) ...

10 years ago | 0 answers | 1

0

answers

Question


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)...

10 years ago | 1 answer | 0

1

answer