Feeds
提问
I have problem with reshape image function when i execute this parti of code
i={} for k=1:80000 i=[i v(k )]; end img=reshape(ii,321,250) errors of matlab:reshape can't be changed
10 years 前 | 0 个回答 | 0
0
个回答提问
watermarking a video using lsb technique only with matlab code source
if true % code end
10 years 前 | 1 个回答 | 0
1
个回答提问
I have a gui interface include a button and one axes box i need when i push this button Ican choose any video from my pc and play it in real time into the axes box that i create in the interface i need code source and explanation
function pushbutton1_Callback(hObject, eventdata, handles) [fn pn] = uigetfile('*.avi','select avi file'); complete = st...
10 years 前 | 1 个回答 | 0