Community Profile

photo

uri iger


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


fftn of a 3D scalar field
I preformed fftn() on a 3D symmetric matrix, only to get non symmetric result, that is I started with a matrix 27x27x27, and fin...

5 years ago | 0 answers | 0

0

answers

Answered
How do I color points from scatter3 (3D scalar field), in accordance with their scalar values?
Ok, first - thanks a lot for your help. Second - I'm very confused, and have little (to none) knowledge about matlab and progra...

5 years ago | 0

Answered
Plotting a 3D scalar field as a coloured 3D scatter graph
Hi! so if I have about 14M points, what do I use? Thanks a lot! Uri

5 years ago | 0

Question


How do I color points from scatter3 (3D scalar field), in accordance with their scalar values?
Assume BB matrix is a 3D scalar field containing only {-1,1} The piece of code is (not working..) - BB = reshape(last,...

5 years ago | 2 answers | 0

2

answers

Question


Plot using '-' and '--' in a for loop of calculations
syms x a = -0.25:0.001:0.25 c = a.^2 figure; hold on for b = 1:500 d = 100+c(b) g = (100-c(b)) y1 = 10...

6 years ago | 1 answer | 0

1

answer