song fu
Followers: 0 Following: 0
Feeds
提问
how to prevent plotting more curve than the axis limit in app uiaxes
app.Curve_sim.XLim=[-(b1+2) 0]; app.Curve_sim.YLim=[0 (a1+2)]; one can find more plots below 0@Y...
2 years 前 | 1 个回答 | 0
1
个回答提问
Multiscale dilation:structure unit does not change after imdilate by itself. What the multiscale dilation meaning?
g=[0 1 0;0 1 0;0 1 0]; n=3; ng=g; for i=1:n ng=imdilate(ng,g) end
3 years 前 | 1 个回答 | 0
1
个回答提问
In APP Designer, how to add a new uicontrol and show it on the original figure window
[ h(i*7+j)=uicontrol(app.UIF,'Style','text','Units','normalized',... 'Position...
3 years 前 | 1 个回答 | 0