rollcakes
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
help me one thing matlab plot
function hh N=800; M=600; A = 0; F = 0; S = 0; Fi=0; Fs=100; Ts=1/Fs; t=...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
please help me please i want draw plot ..
<</matlabcentral/answers/uploaded_files/41240/help.jpg>> function DRAW N=800; M=700; handles.fig=figure(); ...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
hello i want make callback function
function plotsinorcos global Am t fr cs S; N=500; M=300; t=[0 : 0.01 : 5]; handles....
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
grapg is not activate plz help me
function mornig global A F T; N=500; M=300; handles.fig=figure; mpos=get(handles.fig,'position'); set(ha...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
I want change range axes;;
handles.htext=uicontrol('style','text','string','enable grid program'); set(handles.htext,'background','k'); set...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
i wnat change 'axes' positon please help me
function hellow N=500; M=300; handles.figure=figure; set(handles.figure,'units','pixels'); set(handles.figure,'...
대략 9년 전 | 답변 수: 2 | 0
2
답변질문
exist delta function ? in matlab??
delta infinite t=0 0 else t itegral delta is 1 exist delta function ? in matlab?? if exist how can do?
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
plz. help me TT I want write if(((mp(1)>0)&(mp(1)<140))&((mp(2)>0)&(mp(2)<140)))
0<mp(1)<140 + 0<mp(2)<140 that write to if(here) plz TT if(((mp(1)>0)&(mp(1)<140))&((mp(2)>0)&(mp(2)<140))) thats ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
i want draw x(t) h(t) y(t) in just one plot window
i want draw x(t) h(t) y(t) in just one plot window Ts=0.01; t=[ -4 : Ts : 4 ]; x=3*rectpuls(t/2); h=2*rectpuls(t/4);...
대략 9년 전 | 답변 수: 1 | 0