Feeds
질문
how to use a function that is not in the same folder as your current folder?
The situation is: I have made a function 'isittrue.m'. I save this function somewhere, unknown, on my pc (or I give this .m file...
대략 8년 전 | 답변 수: 3 | 1
3
답변질문
index of the items in a listbox
Using app designer, is it possible to get the index of the selected items from the listbox? Example: I have 6 items in the li...
대략 8년 전 | 답변 수: 1 | 1
1
답변답변 있음
delete text from plot in app designer
Found it. The gca has to be removed, delete(findobj(app.UIAxes,'type','text')); as App Designer cannot handle gca com...
delete text from plot in app designer
Found it. The gca has to be removed, delete(findobj(app.UIAxes,'type','text')); as App Designer cannot handle gca com...
대략 8년 전 | 0
| 수락됨
질문
delete text from plot in app designer
Using app designer, after implementing text in a plot I want to delete this text. So far, I did not succeed in doing this. I ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
display checkbox value in editfield
Using App Designer, I want to display the status of a checkbox in an edit field, using a button, but using my code it says that ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Calculate windowing correction factor
When using windows on my signal, I want to use a correction factor to correct either the energy or the amplitude for the window....
대략 8년 전 | 답변 수: 4 | 2
4
답변질문
Load multiple data and put in a list box with app designer
Hello all, I want to load multiple files using a button, and display the filenames in a list box, using app designer. Further...
대략 8년 전 | 답변 수: 1 | 0


