Feeds
提问
Plotting a bar graph on a circular axis
Could anyone point me in the direction of being able to produce a bar graph on a circular axis like in the picture attached? (No...
3 years 前 | 1 个回答 | 0
1
个回答提问
Motion tracking error when trying to pass a video into it
Hi, I'm receiving errors when trying to execute a script. The error is: >> ClustersTracking('nanoparticle.avi') Undefined va...
6 years 前 | 0 个回答 | 0
0
个回答提问
RGB to Truecolor image conversion
Hi, could someone guide me regarding how I would convert an RGB image to a truecolor image? Some background: I have been go...
6 years 前 | 0 个回答 | 0
0
个回答提问
Random Indexing from an array for different values
Hi all, I want to index a random value from an array named "x" to fill the value of something called a1 and then make sure that ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Surf to image conversion
Hi all, I have the following code: h = getHeight; x = getX; y = getY; z = getZ; D=500; height = z + h; surf(x,y,height); ...
7 years 前 | 2 个回答 | 0
2
个回答提问
I have a matrix 16561 x 3. Each row represents a point (x,y,m), and I wanna have a new array or matrix or something that gives me every possible combination of 3 points, So every possible combination of 3 rows (not adding them together).
h = getHeight; HR=reshape(h,[65341,1]) %turning the h variable into an array [65341 x 1] x = getX; XR=reshape(x,[65341...
7 years 前 | 0 个回答 | 0
