Feeds
提问
what are the applications of mesh and surface chart?
Applications of mesh chart. Where it is used???
8 years 前 | 0 个回答 | 0
0
个回答提问
how to extract texture and shape features of image??
extraction of texture feature using gabor function and shape features by edge histogram function.
8 years 前 | 1 个回答 | 0
1
个回答提问
how to apply colors to bar chart.
x=[10,20,30] b=[20,29,32] a=uisetcolor('select color'); bar(x,y,a); it shows input argument error.
8 years 前 | 1 个回答 | 0
1
个回答提问
how to create handles??
i created one textbox and one push button, made it validation. but i got undefined handles error. i don't know how to create h...
8 years 前 | 2 个回答 | 0
2
个回答提问
how to access figure file ??
using openfig() function i opened fig file. it opened properly. but i didn't get the same result as when i run fig file. in...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to change the width of bar chart??
i placed slider option in gui. i want to change the width of bar chart using moving slider. does anyone know about making bar ...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to create multiple bar chart??
when selecting two or more charts using popup menu like choosing 2 for 2 charts. how to create a code in script??
8 years 前 | 1 个回答 | 0
1
个回答提问
how to make a textbox validation??
for checking empty textbox isempty() function. what about integer. and how to check 2 textbox are equal length. isequal() fu...
8 years 前 | 0 个回答 | 0
0
个回答提问
how to store textbox data in matrix??
i want to enter value like 20 30 40 50 in textbox. then press push button, it will stored in matrix. like a=[20 30 40 50]. ...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to add color dialog box into figure and how to apply specified color
i want to create a chart. when i create chart using script. i want to add one more format specifier like color dialog. how to...
8 years 前 | 1 个回答 | 0
1
个回答提问
i want to evaluate this textbox for validation. but i got this error.
*Error* Undefined variable "handles" or class "handles.t1". Error in DESIGN>b1_Callback (line 292) x=get(handles.t1,...
8 years 前 | 1 个回答 | 0
1
个回答提问
does anyone knows about to clear the figure window??
i used clf function to clear the figure. it will clears all the option in the figure. i need menu options. clf functions clea...
8 years 前 | 3 个回答 | 0