已回答
Error dialog on closing editor window in Matlab
There is no functionality within MATLAB to get the above behavior at this time. However, there is a MATLAB Answers thread which ...

6 years 前 | 0

| 已接受

已回答
On Linux, MATLAB editor and command window freeze when a help window is closed
MATLAB R2018a is not yet supported on Ubuntu 18.04. Please refer the <https://www.mathworks.com/support/sysreq.html System R...

6 years 前 | 0

已回答
error installing embedded coder support package for matlab 2018a
This error can appear for several reasons, with the main reason being due to a connection error between your computer and the Su...

6 years 前 | 0

已回答
License Manager error -9
The two most common causes of License Manager Error -9 are: * The MATLAB license file was activated for a different computer ...

6 years 前 | 0

已回答
Place legend under all subplots and proper resize figure window
To get a common legend for all the subplots, you need to create a subplot spanning all the columns of the figure, hide its axes ...

6 years 前 | 0

已回答
3d phase portrait
You can get 3D Phase Portraits by plotting the gradients against the co-ordinates using the " <https://www.mathworks.com/help/ma...

6 years 前 | 0

| 已接受

已回答
How to extract variable from met office .nc file by lat ang long
The first line of your code must declare the function name, input and output arguments. However, here you've put char arrays ins...

6 years 前 | 0

已回答
Create apps with Ribbon UI
As per my knowledge, the creation of Ribbon UI elements is not supported in MATLAB apps. The list of currently supported compone...

6 years 前 | 0

已回答
Solve state space equation and initial conditions
For using “ode45”, you will need to create a MATLAB function independent of “u” by substituting “sin(t)” in its place. Then, the...

6 years 前 | 0