Answered
application cannot connect to mathworks
You may refer the following answer by MathWorks Support Team https://in.mathworks.com/matlabcentral/answers/92634-why-do-i-get...

5 years ago | 0

Answered
Can't save figure that contains subplots and a legend
I have brought this issue to the notice of our developers. They will investigate the matter further.

5 years ago | 1

Answered
import a .m file into app designer
Currently, there is no option to import .m file or copy/paste your code into app designer. You may make changes in the code b...

5 years ago | 0

Answered
How can I organize the rows of an array in a specific order?
Let the square matrix of order NxN be A. In order to obtain symmetric matrix from A, you may try the following: Sort the eleme...

5 years ago | 0

| accepted

Answered
How to add arrow to a line (like quiver)
You may add marker ‘>’ to your plot. The below command plots the line with markers. plot(x,y,'->') If you specify only ...

5 years ago | 0

| accepted

Answered
Repeating a signal of a signal builder block periodically
You may refer the following answer https://in.mathworks.com/matlabcentral/answers/297219-how-do-i-get-signals-to-repeat-to-in...

6 years ago | 0

Answered
Simulink Transfer fcn block parameter displays parameter with underscore as subscript
Hi, this is a known bug in R2017a release and has been fixed in the later version. You may upgrade to R2017b or later versions o...

6 years ago | 1

| accepted

Answered
Table won't show up when I publish
I didn’t face any issue while running the script and publishing it. However, the following steps might help you. Update the fu...

6 years ago | 0

Answered
"index exceeds matrix dimensions" using simulink
The model is generating an output y_out of size 5099x1 (i.e., 5099 rows and 1 column). But you are trying to access 2nd, 3rd and...

6 years ago | 0

Answered
How do I input a struct as an input to a custom matlab simulink function?
When you created the bus object using Simulink.Bus.createObject, a structure s2Bus and a bus object slBus1 are created. Assignin...

6 years ago | 0

Answered
Back substitution help examining code?
Consider the system of equations as Ax = B where A is the coefficient matrix and B is the constant matrix. In your code, the m...

6 years ago | 0

Answered
How to save processed 3D image tiff file as tiff file again, with same tag information?
You may follow the steps below to save the processed image as Tiff file. Create a Tiff object with ‘w’ mode to write the image...

6 years ago | 0

Answered
Is there a difference between fir1 and designfilt with bandpassfir?
The fir1 function might be referred as a subset of designfilt function because designfilt has more options than fir1. The design...

6 years ago | 0

Answered
'Error in port widths or dimensions' for using Adaptive MPC controller
The Bus Creator block you are using in the model combines all the output signals from ML function block. But the expected input ...

6 years ago | 0

Answered
How to stop MatLab from automatically substituting in variables?
To have the output in terms of volume, you may declare volume as a symbolic variable and define it after defining m. syms R ...

6 years ago | 0

| accepted

Answered
Verify university login information
You may follow the below procedure: Login to your MathWorks account and go to the link https://in.mathworks.com/licensecenter....

6 years ago | 1

Answered
How to know which color represents which figure through the legend?
Legend displays the labels for each plot in the sequence in which they are plotted.

6 years ago | 0

Answered
sscfluids_house_heating_system
This example is available from the version R2016b. So, if you are using a previous version, you may have to upgrade the version ...

6 years ago | 0

Answered
Download for install times out
You may refer the following answer https://www.mathworks.com/matlabcentral/answers/95657-why-do-i-receive-a-timeout-error-when-...

6 years ago | 0

Answered
How to set default font size in Matlab-published HTML?
When the HTML document is created with the PUBLISH function; it uses the 'mxdom2simplehtml.xsl' stylesheet. You can modify th...

6 years ago | 0

| accepted

Answered
9 node mesh generation
The line function can be used to draw the lines between the dots. for i = 0.25 : 0.25 : 0.75 line([i i],[0 1],'LineStyle'...

6 years ago | 1

| accepted

Answered
Any ideas to build a DC filter based on Spiking Neural Networks
You may refer the following answer to avoid the divide by zero error https://www.mathworks.com/matlabcentral/answers/93046-is-...

6 years ago | 0

Answered
Why is the error RegSvr32 showing on running the smlink_linkinv while installing the simscape multibody plugin for Autodesk Inventor?
You may refer the following answer https://www.mathworks.com/matlabcentral/answers/485915-why-do-i-get-an-error-regarding-cl_i...

6 years ago | 0

Answered
Averaging scattered data in a 2D grid mesh
You may refer the following answer https://www.mathworks.com/matlabcentral/answers/85122-averaging-and-locating-data-points-us...

6 years ago | 0

Answered
Running multiple simulations simultaneously
You may use parfor loop to execute the iterations parallelly. The documentation for parfor loop can be referred from the followi...

6 years ago | 0

| accepted

Answered
Confirm selection: Error 337: The information you provided could not be processed due to an issue with our systems. Please try again later
You may refer the following answer by MathWorks Support Team https://www.mathworks.com/matlabcentral/answers/93689-why-do-i-ge...

6 years ago | 0

Answered
Matlab Catalina wont open then says not responding but does not show up as running to force quit.. computer lags/restart.
Currently there is a bug which stops MATLAB License Manager Error message windows from appearing. To find what error is causing ...

6 years ago | 0

Answered
error using sym>convertChar (line1459)
You may refer the following answer https://www.mathworks.com/matlabcentral/answers/444975-gptips-2-symbolic-regression-error?s...

6 years ago | 0

Answered
StateFlow Onramp how to add?
You can access Stateflow Onramp from the following link https://matlabacademy.mathworks.com/

6 years ago | 0

Answered
Query on spreadsheetimport options
You may use readcell function to read the excel sheet in the form of a cell array and assign the desired value from cell array t...

6 years ago | 0

Load more