Answered
Matlab closing down during start up
Hi, As suggested above, contacting support team might hep you. You can contact with MathWorks support at http://www.mathworks....

3 years ago | 0

Answered
Edit box 'keypressfcn' does not refresh the Edit box, unless I am debugging the callback function
Hi Csaba, I have brought this issue to the notice of our developers. They will investigate the matter further. And 'uieditfiel...

3 years ago | 0

Answered
How to edit AnsoftSFunction parameters programatically in Simulink S-Function block?
Hi, From your comment I understand that you would like to edit the parameters that you pass to s-function block programatically...

3 years ago | 0

Answered
how to add a single element to a table in app designer ?
Hi, From your question, I have understood that you would like to add non-numeric data and numeric data into uitable. Referring ...

3 years ago | 0

Answered
How can I disable the popup bubble of variable when editing script?
Hi, You can disable the function hints for the editor. Refering the following link might help you Disable Function hints

3 years ago | 0

Answered
Is it possible to generate C code from a S-function ?
Hi, The following link has details regarding the features and limitations of s-functions and might help you. Referring to the a...

3 years ago | 0

Answered
Matlab2018b on Linux / figure vs uifigure
Hi, Figures created using 'uifigure' can be opened without any issue irrespective of the platform. You might be trying to view ...

3 years ago | 0

Answered
Matlab use for lecture notes?
Referring the following link might help you https://in.mathworks.com/matlabcentral/answers/445688-do-i-own-the-copyright-of-the...

3 years ago | 0

Answered
How to get Pushed Button activity
Hi, From your question it looks like you would like to manipulate the callback function of one button based on the other button...

3 years ago | 0

Answered
R.plot app designer
Hi, You could create an axis on app.UIFigure and pass it as an input argument to the plot function (assuming you were trying to...

3 years ago | 0

Answered
How do I insert strings into UITable cells and format them in app designer?
Hi, 'uistyle' was introduced in R2019b. If you use R2019a or previous releases, refer to the following information. As an alt...

4 years ago | 0

Answered
Combining two *.mlapp programs into one common GUI
Hi, You can do that using panels or tabgroups depending on your required functionality. If you can provide more information on ...

4 years ago | 0

Answered
How do I insert strings into UITable cells and format them in app designer?
Hi, 1.) You could use the 'uistyle' property to align the data in the rows to center. The following link has an example on how ...

4 years ago | 1

Answered
Error on Simulink simulation
Hi, When you set Configuration Parameters > Data Import/Export > Signal logging format to ModelDataLogs, logging data produces ...

4 years ago | 0

Answered
App designer listbox detect mouse click
Hi, As of now MouseDown function is not supported to be used with ListBox. But if you could provide more information on item fi...

4 years ago | 0

Answered
App Designer - Duplicate/Clone/Copy Components
Hi, You could modify the 'Parent' property of the table(say table1) to be 'tab2'. This will make the table to apper in tab2. Yo...

4 years ago | 0

Answered
matlab 2017b standalone application: windows install server not responding error on app trying to start
Hi, Can you ensure that the machine where you are trying to execute the app has MATLAB runtime installed. If yes, check whether...

4 years ago | 0

Answered
Unable to create personal MATLAB
HI, For license related issues you can contact MathWorks support at https://www.mathworks.com/support.html

4 years ago | 1

Answered
Problem Importing model made in other version or device
Hi, Referring to the below two links and following the steps mentioned might solve your issue https://www.mathworks.com/matlab...

4 years ago | 0

| accepted

Answered
Change Edit Filed text from external function
Hi, The syntax which have used to update the edit field's text is correct. But could you check the data type of 'x' before conv...

4 years ago | 0

Answered
Matlab 2019b İnstalling problems
Hi, For installation related issues contact MathWorks support at https://www.mathworks.com/support.html

4 years ago | 0

Answered
To compute complex results from real x, use 'sqrt(complex(x))
Hi, Passing a negative value to the 'sqrt' function might be the reason for this error. Refer to the last paragraph of the an...

4 years ago | 1

| accepted

Answered
thisMatlab.pem. missing
Hi, You could try deleting R2020a folder in C:\Users\ \AppData\Roaming\MathWorks\MATLAB - link, or refreshing the file system ...

4 years ago | 1

Answered
"Ordinary" figures in an AppDesigner panel
Hi, As you already know, you could not place a figure inside the app as the 'Parent' property of figures created using 'uifigur...

4 years ago | 0

Answered
How to list and load only the first file in folder?
Hi, By using the 'dir' function, you would know the number of files present in the folder. You can then access the required num...

4 years ago | 0

Answered
Readtable functionality in matlab.
Hi, Try refering to the following link https://www.mathworks.com/matlabcentral/answers/360415-how-do-i-repair-a-matlab-instal...

4 years ago | 0

| accepted

Answered
How to set up license.dat and mlm.opt for 2 NNU?
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

4 years ago | 0

Answered
Plot specific region of the world map
Hi, If you have lattitute and longitude range of the region to be plotted, you coud use 'geoplot' or 'worldmap' or 'geoshow' to...

4 years ago | 0

Answered
Command window and plot into pdf
Hi, If you want to save MATLAB Commmand Window history into a pdf, you could follow the below mentioned steps 1.Undock theCcom...

4 years ago | 0

Answered
How can I write a push button to plot hist3 on view2 via axes in GUI using GUIDE?
Hi, As far as I understand it, your intention is to run the two commands that you have mentioned in the question on pressing a ...

4 years ago | 0

| accepted

Load more