답변 있음 Gui Screen Shot Button
I put it like this, but did not work, could you please help me:
function pushbutton76_Callback(hObject, eventdata, handles)
...
3년 이하 전 | 0
제출됨
pe.m
Extracting points from a curve:This code extract the points from a curve saved in image format.
6년 이상 전 | 다운로드 수: 2 |
답변 있음 compare two matrices
How if I want two compare the two matrices and get only one digit; I mean 1 if both were the same and 0 if at least two element ...
6년 이상 전 | 0
답변 있음 how to make zero padding?
Try this as well:
function kp=padding(k)
[M N]=size(k);
for n=1:2:N
k(:,n)=0
end
end
6년 이상 전 | 0
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.