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

13年弱 前 | 0

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

13年弱 前 | 0

| 採用済み

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

13年弱 前 | 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(...

13年弱 前 | 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...

13年弱 前 | 1 件の回答 | 0

1

回答