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년 전 | 답변 수: 0 | 0
0
답변질문
watermarking a video using lsb technique only with matlab code source
if true % code end
거의 10년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0