Feeds
提问
Resizing Image using imread
Is there a way to resize an image without using imresize? For example I = imread('rice.png') returns a 256 x 256 logical array. ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Finding Values of a nxn Matrix and Displaying Values
I have and nxn matrix called M. I don't know what values M has and I want to be able to find out without going through the entir...
9 years 前 | 1 个回答 | 0
1
个回答提问
Extract x and y coordinates for points in a multivariable function
I have a function of two variables(x and y). This function only has values of 0 and 1 for each point on the x-y grid. How would ...
9 years 前 | 1 个回答 | 0
