已回答
How can I open and later close PDFs from appdesigner (for viewing PDFs only, not data extraction)?
Hi, You could use 'open' function to open a .pdf file in adobe. For more information on this function refer to the following li...

4 years 前 | 1

已回答
Find the word from a string.
Hi, Using 'strcmp' you could get the indices of the words which are not matching as per your requirement stated in the question...

4 years 前 | 1

| 已接受

已回答
How to break out of loop when debugging?
Hi, If you are trying to know how to come out of a loop while debugging, you could just place a breakpoint just below the loop ...

4 years 前 | 1

已回答
How do I avoid the error "Project paths must be in the project root folder." when trying to add a folder to the Matlab path?
Hi, As the error message says MATLAB allows you to add only the subfolders of the folder in which you have created the project....

4 years 前 | 0

已回答
Find runs of repeated ones of any length and put into a cell array to compare indices
Hi, You could use the 'find' function to find the indices at which the 1's are present and compare those indices. For more inf...

4 years 前 | 0

已回答
New to MATLAB, please help me with some materials and exercises
Hi, You can go through number of trainings present at the following link https://matlabacademy.mathworks.com/

4 years 前 | 0

已回答
Is it possible to make functions with outputs in App designer?
Referring to the following question might help you https://www.mathworks.com/matlabcentral/answers/413849-how-to-save-variables...

4 years 前 | 0

已回答
Timeout error when downloading Matlab
For issues regarding installation, you could contact MathWorks support at https://www.mathworks.com/support/contact_us.html

4 years 前 | 0

已回答
How to access Configuration Parameters Pane's callback functions?
Hi, If it is Model Callbacks you are referring to, you could find them under ModelProperties->Callbacks. For more information o...

4 years 前 | 0

已回答
Rotating a 2D line plot to obtain a surface
Refering to functions 'rotate' and 'rotate3d' might probably help you. For more information on these functions refer to the fol...

4 years 前 | 0

已回答
Warning message in GUI MATLAB
Hi, You might be using 'Edit Field' component to display multiple lines of text. But according to the documentattion here Edit ...

4 years 前 | 0

| 已接受

已回答
figures are not opening
Hi, Even after the figure is saved it will have the same properties which it had at the time of creation. That is the reason yo...

4 years 前 | 2

已回答
Using EditField string as variable (appdesigner)
You could use ‘setappdata’ and ‘getappdata’ to store and retrieve application-defined data. So you store the values of the Edit ...

4 years 前 | 0

已回答
uimenu for labelling according to elements in a vector
Hi, The code you have written is for adding elements to the uicontextmenu. You could use the ‘ButtonDownFcn’ of the Line Prope...

4 years 前 | 0

| 已接受

已回答
Biplot label error after following matlab help guide
Hi, ‘VarLabels’ must be a vector with one label for each row of the coefficients matrix. Error will be raised if the number of...

4 years 前 | 0

| 已接受

已回答
Error: Live Editor Run Section
To know the reason why this is not working you could refer to the following link https://www.mathworks.com/matlabcentral/answe...

4 years 前 | 1

已回答
Download error with Matlab and add ons
For issues regarding installation, you could contact MathWorks support at https://www.mathworks.com/support/contact_us.html

4 years 前 | 0

已回答
App Designer Tooltip for long cell content in UITable is covered by other objects
Hi Tim, I have brought this issue to the notice of our developers. They will investigate the matter further.

4 years 前 | 1

已回答
Using cellfun in app designer
‘uigetfile' returns a character vector if a single file is selected. It returns a cell array of character vectors only when 'Mul...

4 years 前 | 0

已回答
Key press function to register both lower and upper case and special characters
Hi Kaiser, According to the documentation of ‘WindowKeyPressFcn’, ‘Key’ returned is identified by the (lowercase) label on the ...

4 years 前 | 0

已回答
Add Google Maps to default basemap.
In ‘addCustomBasemap(basemapName,URL)’ the parameter ‘basemapname’ refers to the name that you will use to specify your custom ...

4 years 前 | 0

| 已接受

已回答
what should be my stl file location to import it
If the folder in which the file is added in MATLAB path you could just give the filename to import it. If not you could use the ...

4 years 前 | 0

已回答
How to play a online (say YouTube) video using its web address in Matlab?
Do you mean you want to play the video in the script itself? Or If you mean that you want to insert hyperlink in the script you...

4 years 前 | 1

已回答
How do I create a bode plot of two sets of data?
For information on bode plots you could refer to the following link https://www.mathworks.com/help/control/ref/bode.html

4 years 前 | 0

已回答
How to input multiple values into Edit Field in APP Designer?
Edit field treats the data entered a single string (if style is not specified as numeric). So you could possibly write a callbac...

4 years 前 | 0

| 已接受

已回答
Can I uninstall a toolbox on Linux for a Matlab version 2018B
You could refer to a similar question here

5 years 前 | 0

已回答
I am using geoaxes('Basemap','none') but my geoscatter plots continue to show a basemap.
Hi, If you would like to customize the geographic axes containing your scatter object, it is recommended to obtain the object'...

5 years 前 | 0

| 已接受

已回答
How to generate the custom help box for a custom function (More Help...)
You can refer to a similar question here

5 years 前 | 0

已回答
when installing matlab_doc_zh_CN_common,the following fault is detected: invalid distance too far back
For issues regarding installation, you could contact MathWorks support at https://www.mathworks.com/support/contact_us.html

5 years 前 | 0

已回答
Running imregionalmax in simulink
As you already have a script you could use a ‘MATLAB Function’ block in your Simulink model. For more information on the block r...

5 years 前 | 0

加载更多