Feeds
提问
How to save a figure's content as image?
I want to save the content of the figure without any other stuff like border, title etc. For example, this is the figure. ...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to find the minimum and maximum non-zero indice of matrix?
Assume: a = [0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I directly covert a depth image to 3-D point cloud?
Hi, I could use pcfromkinect() function to convert depth data from kinect device into 3-D cloud points. But how could I conve...
8 years 前 | 3 个回答 | 2
3
个回答提问
Function failed to call the variable from workspace.
Hi, I tried to call a variable of workspace in my function, but it failed with " _Undefined function or variable 'kinect_imag...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to draw a line on a logical matrix?
Hi, Assume a blank matrix: m=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] I want to dr...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to snapshot a figure with specific resolution?
Hi, Is there any ways to snapshot a figure using GETFRAME with returning a wanted specific resoultion .cdata (640*480 for...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to capture the figure data as a single matrix?
Hi, I could easily get figure image data using GETFRAME, but it returns .cdata which have three dimension. How could I save ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to reassign matrix if it is greater than some value quickly
Considering a Matrix a = [ 11 20 51 23 100 3 2 25 15 12 80 8 1 15 20 50 22 8 6 1 ...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to snapshot a figure image without axis
Hi, How do I save the image without axis or annotations etc, using GETFRAME. Just leave the image data. Thanks.
8 years 前 | 2 个回答 | 0