質問


anyway to use tight_subplot function in 'invisible' figure
Hi: is there anyway to use the tight_subplot function in 'invisible' figure? https://www.mathworks.com/matlabcentral/filee...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


anyway to set the List Box in Appdesigner editable?
Hi: is there anyway to set the List Box in Appdesigner editable? Thanks! Yu

5年以上 前 | 0 件の回答 | 0

0

回答

質問


folder path difference in 'Windows' and 'Linux' system
I found that the folder path expression is different between 'windows' and 'linux' system. for window system, it use '\' betw...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


copyfile function target folder name problem
I want copy a file to a targer folder but met a problem. if the targer folder name is consecutive ('no space'), it works fine...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


appdesigner button group problem
I have a radio button and I want to set its 'Enable' property as 'off' in a specified situation, but Matlab report error as: ...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


regexp problem in '.'
I have a string and I want to split it with '.', but the regexp does not work. test='abcde.abcde'; regexp(test,'.','split') b...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


kid-axis-coordinates in mother-axis problem
I have a mother-axis (box 1), then I use zoom in to a kid-axis, then, I plot a box and get the coordinate using function: rect_p...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Position of scatter points problem
I have a set of scatter points (A), with unit of 'meter'. Then I plot them using: f = figure(1) scatter(A(:,1), A(:,2), 3, 'k'...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


close all hidden problem
I want to close the invisible figure in an app, but after I use command: close all hidden, the apps are becomes 'invalid or dele...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


imcrop not correct problem
I export a figure with 2*3 subplot, the unit of each subplot is 'pixel', meanwhile, I export the position of each subplots. ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


copy the item in drop-down list of app designer
Hi: is there any way to copy the item in drop-down list of app designer? Thanks! Yu

5年以上 前 | 1 件の回答 | 0

1

回答

質問


table display problem in app designer
Hi: I'm not sure if there is anyway to optimize/improve my app. I created an table in my app-designer, everytime when I scr...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


app designer table belongs to tab problem
Hi: I want to create a Table which belongs to a Tab in App designer, but looks they are seperate, the 'Table' will be cover...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


anyway to add grid based on right yyaxis
Hi: is there anyway to add grid based on right yyaxis instead of the left one? Thanks! Yu

5年以上 前 | 3 件の回答 | 1

3

回答

質問


structure usage in public function in App-designer
I met a problem while assigning a variable to structure in App-designer: methods (Access = public) function plottest(app...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


display change after yyaxis in App designer
Hi: after I use yyaxis->left in app-designer, the display of the figure changed (shrink in horizental direction), please se...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


color of line plot with marker problem
I want to draw a line plot with color, and find the solution here: https://www.mathworks.com/help/matlab/creating_plots/create-...

5年以上 前 | 3 件の回答 | 0

3

回答

質問


app designer display change after restart
I have an app-designer that with display like this before: but after I restart my computer, it becomes this: does anyo...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


what's the special symbol in a string
I have a string like below: can anyone know what makes it become three lines? I need to remove it to become a normal string...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


rotate 3D and zoom problem
I have a 3D plot, I want to keep both 'rotate 3D' and 'zoom' feature, but it looks I can only keep one when use command: rotate...

5年以上 前 | 0 件の回答 | 1

0

回答

質問


anyway to drag the colorbar to the desired location?
is there anyway to drag the colorbar in a desired location, instead of enter the number to determine its location? Thanks! Yu

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
display difference between Matlab plot and Matlab App-Designer
Thanks for your reply. in App-Designer, the command is: trisurf(t, Data(:,1), Data(:,2), Data(:,3), 'CData', Data(:,4), 'Edg...

5年以上 前 | 0

質問


colorbar and title location in App-Designer plot
Hi: I plot a figure in App-Designer but met a problem: the title and colobar are outside the figure area (white region). ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


display difference between Matlab plot and Matlab App-Designer
I tried to implement the plotting function to a App-Designer, but I found that the plot display is slightly different: the firs...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


axis off in App designer
is there anyway to set the axis 'invisible' in App Designer? similiar is 'axis equal'.... I looked around in the link below bu...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


anyway to add 3D x-y-z axis like this?
is there anyway to add a x-y-z axis like what shown in the red circle below? Thanks! Yu

5年以上 前 | 0 件の回答 | 0

0

回答

質問


recognize the center and diameter of a circle
I have a 2D scatter, it is a circle but the center and diameter is not given. I need its center and diameter but as you can see...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


how to read number from picture
is there anyway to read the number of the picture using Matlab?

5年以上 前 | 1 件の回答 | 0

1

回答

質問


find the cell array contains a specific string
I have a cell array as attached, I want to find the row number which contains a specified string, such as 'bore', I know how to ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


how to generate colors for line plot
I have a set of lines to plot in one figure. the first line is experimental data so I want to plot with 'black', the result are ...

5年以上 前 | 2 件の回答 | 0

2

回答

さらに読み込む