質問


What is the best way to transfer ALL the figure data to GUIDE (GUI) axes?
Hello, I have the attached figure. It has: xlabel & ylabel xAxis & yAxis title grid colorbar surf (x,y,z) plot I have ha...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Matlab project for High School students
Hey, I'm looking for example projects, Matlab based, for high school students. Prefences: Medical project. Involve Machine...

約3年 前 | 0 件の回答 | 0

0

回答

質問


How can I add model notes to simulink web view?
Hello, I've added a note to my Simulink model. When exporting it to Web View, I can no longer see my note. Can this be confi...

約3年 前 | 2 件の回答 | 0

2

回答

質問


Can I add Word Object to Simulink Canvas?
Hello, similar to power point, can I somehow add "word object" to my simulink canvas? So when double-click on it, my word doc...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How to link my custom MATLAB function into my Simulink model?
Hello, I have my custom matab function: function [statusMessage , Files_TF] = doAllFilesExist_v2(dataPath , handles) I'd like...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How can I use try/catch with conditions?
Hello, I'd like to execute the following logic: try my_function(1) % connect with a certain utility if err...

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

1

回答

回答済み
How to create debug (cmd) window for compiled GUI?

3年以上 前 | 0

| 採用済み

質問


How to create debug (cmd) window for compiled GUI?
Hello, I can complile my GUI in 2 ways: 1) via code: mcc -m my_main_m-file_name 2) via Deploy Tool deploytool I understand...

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

1

回答

質問


hObject is not created when running GUIDE *.m file - what can be done?
Hello, please see snap shot below: I'm using MATLAB 2013b. It's works perfectly fine in MATLAB 2015 and above. What coul...

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

1

回答

質問


GUIDE (GUI) - How to create subplots instead of an existing axes object?
Hello, I'm making a GUI by using GUIDE. I have a panel. On that panel I have axes object. At some cases, I'd like to "replace"...

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

0

回答

質問


How to extract input variable name when calling to GUI (GUIDE) function?
Hello, I have a simple GUI for playing videos called: Video_Player(inputVar). Supposably inputVar --- > is a variable calle...

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

2

回答

質問


Can I freeze first row and/or column in uitable?
Hey, can I freeze first row and/or first column in a uitable? Similar to what exist in excel - freeze pane. Adding 2 uitables ...

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

2

回答

質問


How to manipulate text in uitable?
Hello, I have a uitable which is based on a cell. Please see attached an example column. I would like to do the following...

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

1

回答

質問


How to Disable Button in Dialog Box
Hello btnOpt_1 = 'Collect new data'; btnOpt_2 = 'Use saved data'; answer = questdlg('Please choose data source :' , 'Filt...

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

1

回答

質問


access data in a nested struct
Hello, I have a struct with several levels. For example: s.L1.L2.L3 what would be the most efficient way to look for a string...

4年弱 前 | 1 件の回答 | 0

1

回答