uri iger
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
6 years 前 | 0
已回答
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
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
6 years 前 | 0
提问
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,...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
7 years 前 | 1 个回答 | 0