已回答
Extract all pixels values of image in binary form
use the command imread('image.jpg'); this will extract the pixel values of the image.

11 years 前 | 0

已回答
how to convert picturs into matrix
use the command imread('img.jpg'). This will convert the image into a matrix

11 years 前 | 0

| 已接受

已回答
load columns from file with headlines and dates
it can be read by using csvread command of matlab

11 years 前 | 0

已回答
how to plot the graph
for i = 1:10 if(t(i) <= 0.75 && t(i) >= 0.5) r(i,1) = (a*(1-cos(8*pi*t)))/2; else r(i,1) = 0; end end plot(...

11 years 前 | 0

提问


how to detect mouse click and release using matlab commands
I want to record the duration of mouse press. how can I do it I`m able to capture the mouse press event. Pls help me how to cap...

11 years 前 | 1 个回答 | 0

1

个回答