Answered
Publish function inside a package
Hi Davide, You are getting this error because "publish" function is used to publish the documentaion of files so as an argument...

8 months ago | 0

Answered
Publish class method when using separate files
Hi Bradley, The "publish" function is typically used to convert scripts that contain markup into formatted documents, such as H...

8 months ago | 0

Answered
Can I separate a symbolic expression into real and imaginary components?
Hi Anthony, In order to separate real and imaginary parts from an equation you can make use of "real" and imag" functions of MA...

8 months ago | 0

Answered
Cannot solve algebraic loop involving
Hi Phan, As you can clearly see in the error message that when you simulate the model an algebric loop is detected and hence an...

8 months ago | 0

Answered
How to globally set the default font for contour labels?
Hi Phelype, As "clabel" attributes are specific to contour plot only, and are produced after the contour plot is produced so ac...

8 months ago | 0

Answered
How can i get a symbolic equation to a matlabFunction handle without the RootOf Problem
Hi Thomas, If you check your "ht" value then it contains the expression of root. As "matlabFunction" is not able to resolve sym...

8 months ago | 0

Answered
Regular expressions to find if I won a game
Hi Pedro Alexandre Fernandes, I understand that you want to check whether a given sequence of balls would result in a win or a...

9 months ago | 0

Answered
Symmetric (Diverging) log color scale
Hi Danielle, I understand you want symmetric logarithmic colorbar using "log" property of "ColorScale" but you are getting onl...

9 months ago | 0

Answered
Scope data either fails to print or is inconsistent with results explorer.
Hi Michael, I understand that you are trying to analyse the results by comparing the "Scope Data" and the "Simscape Result Expl...

9 months ago | 0

Answered
How can I shift a piece of text from the centre of the screen to the right by a certain number of pixels?
Hi Joshua, I understand that you are tring to plot two "+" signs, one in the centre of the screen and other shifted right by so...

10 months ago | 0

Answered
How to fix the semilogx function for figure 5.31..
Hi Eugene Ouchi, I understand that you are trying to plot the equations using "semilogx" function of MATLAB. I tried to reprod...

10 months ago | 0

Answered
Packed bed reactor problem
Hi Raheel Razaq, I understand that you are trying to plot varying flowrates against volume for a packed bed reactor problem. A...

10 months ago | 0

Answered
Why do I receive an error in calling "decic"?
Hi Tobias Hubach, I understand that you are trying to use the "decic" function of MATLAB to solve the differential equations. ...

10 months ago | 0

Answered
integral solver give a function as result
Hi Gianluca Angelini, I understand that you are trying to solve the equations using "integral" but in the provided code you hav...

10 months ago | 0

| accepted

Answered
Why my grid data always show a zero by zero dimension?
Hi Muhammad Qaisar Fahim, I understand that you are trying to interpolate the data onto a grid using "griddata" but you are get...

10 months ago | 0

Answered
How to assign multiple variables
Hi Danish, I ran your code at my end and tried to reprocude the error. In the code you are calculating "Ctheta2_exitvolute" and...

11 months ago | 0

Answered
how to make a patch using normal vector?
Hi Sierra, I understand that you want to plot a patch over some already plotted graphs means you want to overlay a patch. To...

11 months ago | 0

Answered
Plot shapefile over site location data
Hi Ahmed, I understand that you are tring to overlay ploygons over the sites using "shaperead()" and "mapshow()". I tried to p...

11 months ago | 0

Answered
Error "Method 'Control' is not defined for class 'matlab.graphics.controls.internal.Control'"
Hi Bruno, I understand that you are trying to use graphics system of MATLAB to plot some graphs or figures. I tried to reprodu...

11 months ago | 0

Answered
Without using drawnow command i want plot from below code
Hi Nune Pratyusha, I understand that you are trying to plot a 2D graph. To plot a 2D graph you can use "plot()" function. And...

11 months ago | 0

Answered
Graphing a hypersurface from two inequalities
Hi Ursula, I understand that you are trying to plot a hypersurface using "surf" function. In your code you are using "hold on"...

11 months ago | 0

Answered
I am not getting correct plot
Hi Nune Pratyusha, I understand that you are trying to plot a 2D graph. To plot a 2D graph you can use "plot()" function. And...

11 months ago | 0

Answered
I am having problems evaluating the symbolic expressions for the reactions in a beam problem.
Hi Nickilese, I understand that you are trying to evaluate symbolic equations with the "solve" function and you are getting an...

1 year ago | 0

Answered
Visualisation of non overlapping code
Hi Shubham, As you want to calculate if two ellipses are overlapping or not and your code initializes the variables 'x0', 'y0',...

1 year ago | 0

Answered
Solve matrix with different symbolic variable
Hi Milan, As you have not provided the 'assem()' function so I was not able to reproduce the error at my end. But as I can see...

1 year ago | 0

Answered
knnclassify to fitcknn conversion
Hi Dafni, As you want to train your model for "k-nearest neighbor classsifier" using 'fircknn()' you can follow these steps: F...

1 year ago | 0

Answered
Constant calculated by Simpson's method is not giving correct result, whilst when i give direct numerical value, the code is runnung.
Hi Vipul, I tried to reproduce the error at my end and tried to run the code that you have provided. In your code for the cal...

1 year ago | 0

Answered
how can I simulate this NMPC in close loop? i try using the matlab examples but i have a lot of parameters.
Hi Juan, In my understanding you have provided the code for 'NMPC' and now you want to simulate this 'NMPC' in a closed loop. F...

1 year ago | 0

Answered
Solving a problem with the Energy method with Hermite cubic function
Hi Francesca, As in your code, you have created a 'for loop' for 'l = 1:2*m+1' for the calculation of 'u'. And for every iterat...

1 year ago | 2

| accepted

Answered
Plot function within optimisation algorithm does not work with subplots -
Hi Ondrej, I understand that you are getting error while using "solve()" function. This is because your function "plotprogress(...

1 year ago | 0

| accepted

Load more