Feeds
질문
How to use copyfile function correctly?
I have a text file which was created in the "Current Folder" window. Now, I want to re-save this file in another direction (or c...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to copy a graph from a figure window to an axis within a GUI?
I have a graph that plotted from the first GUI and that graph is in a separate figure window. I am trying to copy that graph fro...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to copy a plot from a figure window to a GUI
I have a callback button that does some calculations and then shows 4 graphs in 4 windows. I would like to create a new GUI that...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to change a string field in an edit text box using a pop-up menu
I found it! the code should be in the Callback function not in the CreateFcn of the pop-up menu. Thanks
How to change a string field in an edit text box using a pop-up menu
I found it! the code should be in the Callback function not in the CreateFcn of the pop-up menu. Thanks
10년 초과 전 | 0
| 수락됨
질문
How to change a string field in an edit text box using a pop-up menu
Hello, I'm new in using GUI, now I'm trying to change some string fields by using a pop-up menu. Basically, I have two radio bu...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I reverse the direction of the rows and columns using printmat?
When I use this code: Depth_of_cut = [1, 2, 3, 4]; Feedrate = [0.1, 0.2, 0.3, 0.4]; Fv = magic(4); printmat(Fv...
10년 초과 전 | 답변 수: 2 | 0

