Feeds
提问
conversion of floating point to integer
My code to match a image with the images in database is : img=handles.y; mat=sum(img,1); mat=mat(:); ...
14 years 前 | 1 个回答 | 0
1
个回答提问
floating point precision
I am getting three kind of values for a variable (say vmax) after running my code. First value is 1. Second value is 1.0000 T...
14 years 前 | 3 个回答 | 0
3
个回答提问
if else loop
I have a variable "v" in my code which after calculation gets value either 1 or 1.0000 And 1 is not equal to 1.0000 here. I wa...
14 years 前 | 2 个回答 | 0
2
个回答提问
How to call a particular function when a button is pressed in a gui other than guide gui?
I have created a guide gui which contains a push button to open an image in a new gui which contains two push buttons - one is "...
14 years 前 | 1 个回答 | 0
