Frage


anyway to know the detail disk information
is there anyway to get the detail disk information, such as (HDD or SSD),brand, and size, in both windows and linux system? T...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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: ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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'...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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. ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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-...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 7 Jahre vor | 0

Frage


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). ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden