Feeds
提问
To approximate an expression with exact values
1) 1.0/3*exp(1)*sin(2) ans = 0.8239 BUT when I used command, 2) float(1.0/3*exp(1)*sin(2)) Error usi...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to separate an image to rgb?
How to extract r, g and b values from an image in matrix form?
12 years 前 | 1 个回答 | 0
