Answered
Multidimensional Interpolation scattered data
Hi, Can you check your data once as Cap and Instalcost are 10x1 vectors, whereas DS and WD are 9x1 vectors. You can use the sca...

4 years ago | 0

Answered
fprintf and \n (pyramid of numbers)
The following code might be helpful: clc; clear; n = 3; i = 1; j = 1; l = 1; while l<=n while j<=i && l<=n f...

4 years ago | 0

Answered
Simscape Electrical, 'FEM-parametrized PMSM' block has different parameters depending on where it's found. Why is that?
Both the blocks are the same, but there are different Block Choices available for the block, the one in the example uses ‘3-D fl...

4 years ago | 0

Answered
Error installing matlab drive connector
The following issues look similar to yours: https://www.mathworks.com/matlabcentral/answers/369765-matlab-drive-connector-insta...

4 years ago | 0

Answered
Control system functions, e.g. pck and ss not working
pck() is now ss(). For using ss() you require Control System Toolbox, you can check the toolboxes that are installed in your sy...

4 years ago | 0

Answered
obtaining a new license file
You can retrieve the File Installation Key and License File by visiting the License Center at the MathWorks® website. The follo...

4 years ago | 0

Answered
Can't install matlab R2019b no gui linux
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
Can I view code for the Sensor Fusion Toolbox methods?
I think for the ahrs10filter you can type the following command: edit ahrs10filter The methods are inherited from the class fu...

4 years ago | 0

| accepted

Answered
How to customize Smithchart results with multiple data
I think you would have to use the LineStyle Property to achieve your required output. From your code I am assuming that you wan...

4 years ago | 0

| accepted

Answered
Missing file prevents uninstall
I hope the following link might be helpful: https://www.mathworks.com/matlabcentral/answers/92244-how-do-i-uninstall-matlab-on-...

4 years ago | 1

Answered
missing a file prevented Matlab install
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
Magnitude and phase response of IIR filter from given transfer function
I think you are looking for the freqz function which gives the Magnitude and Phase response of a filter. Following links might ...

4 years ago | 0

Answered
Why has MATLAB encountered an internal problem?
Unfortunately, Matlab R2018a doesn't support macOS Yosemite (10.10) . Following link might be helpful: https://in.mathworks.co...

4 years ago | 0

| accepted

Answered
Unable to start Simulink
Check the output of ver command and look whether you can find Simulink and its associated products, if you couldn’t find Simulin...

4 years ago | 0

Answered
How does Antenna Toolbox sparameters treat load impedance?
I have heard that this issue is known and will be fixed in future releases.

4 years ago | 0

| accepted

Answered
Problem with disp code with variables
If you are checking for whether a given number is a perfect square or not, then the following changes to your code might help: ...

4 years ago | 0

Answered
unable to install image processing toolkit
This looks like an Installation issue, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
Unable to launch MATLAB. 'MATLAB -query' returned error code: 1
Contact Mathworks Support to resolve your issue: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
converting table data and substitute values in table
As per my understanding of your question, you want to add 360 to any value in D1D1DIRECTION, which is more than 270, for that yo...

4 years ago | 0

Answered
MFE Financial toolbox related question
From your question, I think the 'unit' format refers to Normalization of time, if that is the case you can use the unixtime form...

4 years ago | 0

Answered
Problem: "You must verify your university login information before you can proceed. Click here. "
The following link might be helpful : https://in.mathworks.com/matlabcentral/answers/367477-why-do-i-get-a-message-you-must-ver...

4 years ago | 1

Answered
Can't install simscape multibody
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
Verify transfer function into SS
You can define the transfer function as follows: den = [10 7.4 337.3 171.1 5498.1]; sys1 = tf([0 0 19.04 15.03 933.1],den); s...

4 years ago | 0

Answered
What is mechanism to silent uninstall matlab runtime?
You can try giving the command 'uninstall.exe -mode silent'.

4 years ago | 0

| accepted

Answered
Could not add block from Simulink Library Browser
This looks like an installation issue, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

4 years ago | 0

Answered
simulink control re entry atmosphere code
When I loaded the given *.mat files the variables phin, rn, vn are actually stored as 1x1 struct, which is why errors are coming...

4 years ago | 0

| accepted

Answered
Accessing 'Modify Duty Cycle of ePWM Using DMA' built in example.
As per my understanding, I think the example that you looked up might be shipped with a different version of Matlab, that might ...

4 years ago | 0

Answered
plotting mx+c from a cell within a table
First extract the required data from the given table(Gal50KBTUEquationComparison) as follows : y1 = table2array(Gal50KBTUEquat...

4 years ago | 0

Answered
Issue with creating custom antenna element
The use case that you mentioned in the code you have kept the Feed Diameter is 0.6e-3, due to which some part of the feed comes ...

4 years ago | 0

| accepted

Answered
Building a MEX function that depends on a .dll, .lib, and headers?
I hope these links might be helpful: https://in.mathworks.com/matlabcentral/answers/99915-can-i-call-an-external-shared-library...

4 years ago | 0

Load more