J W


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
62.236
of 300.343

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
Sequence of slice() images
Figured it out. Use a direct function handle. h=figure; slice(X,Y,Z,u,1,1,1); saveas(h,'test.jpg'); I'll b...

bijna 10 jaar ago | 0

Question


Sequence of slice() images
How can I automatically save a sequence of slice() images? It doesn't seem to fall under the same approach that plot() images d...

bijna 10 jaar ago | 2 answers | 0

2

answers

Question


Is fftn() and ifftn() equivalent to a 3D Fourier Transform in this case?
I'm trying to solve the 3D Heat Equation with Fourier Transforms. I'll have a 3D matrix with solutions u(x,y,z,t_n) at each nod...

bijna 10 jaar ago | 1 answer | 0

1

answer