Answered
using Schroders iteration. How to start? I am new to matlab
Hi Cleven , I think you are looking for a way to represent the function 'f' and take it's differential. You can use the anon...

8 years ago | 0

Answered
Using the MATLAB library compiler for Java: compilation error
Hi Kriti, From the log it seems that the issue might be related to java configuration in your machine. Refer to the follow...

8 years ago | 0

Answered
How to solve function with Bisection and Secant method
Hello AlyseW7, I have investigated on both code for Bisection and secant methods and have few observations, which I will dis...

8 years ago | 3

Answered
How can i extract all element except 'SP' 'NS''GX' and need to put it as a colum with numeric columns?
Hi Nadeera, I am assuming that you have a set of cell arrays each of which represents the data set and you would like to extr...

8 years ago | 0

Answered
How can I plot this GUI ?
Hi Ercong, I understand that you want to execute the script and plot it. However, MATLAB is throwing error if trying to run d...

8 years ago | 0

Answered
How to find state transition matrix with symbolic parameters efficiently
Hi xianjie, I tried to execute the code you provided and found the same issue that it's running long time without giving the ...

8 years ago | 1

| accepted

Answered
Standard deviation across plots
Hi Sarah, You can take the approach described by Yona in earlier comments. If you don't have same number of data in all the v...

8 years ago | 0

| accepted

Answered
display variables from workspace
Hi, The number of digits can be changed in the "View" tab. I don't think you can set the default column width. That's probably ...

8 years ago | 0

Answered
Comparing a signal reconstruction with given equation
Hi James , I observe some inconsistency in the definition of 'g_t' and compute of 'g_t' in the code. I think as per the d...

8 years ago | 0

Answered
How do i write a user defined function for problem 6.4 in the textbook?
Although I don't know the exact question, you can use in-built 'degrees2dms' function to convert degrees to dms using following ...

8 years ago | 0

Answered
Does specific .m define particular function?
Hi Walter, The inbuilt function 'exist' can help you in this regards. It returns various code based on entity present as the ...

8 years ago | 0

Answered
How can I quickly change my model from a variable-step-size to a fixed-step size in order to generate a .dll file using simulink coder?
Hi Reese, You can change the model from variable step size to fixed step size by changing the 'Solver options' from 'model co...

8 years ago | 1

Answered
When I am trying to run my code, I am getting these errors: Error using size Too many input arguments. Error in cell/strcat (line 26) siz{i} = size(varargin{i}); Error in uiopen (line 63) allML(1)=strcat(allML(1), ';*.mdl;*.slx');
Hi vineeth , You are getting this error due the variable 'size' that you define in the second line of the code by using the s...

8 years ago | 1

Answered
Creating a circular plate
Hi Vaibhav, The following link can help you: http://www.mathworks.com/matlabcentral/fileexchange/33731-meshing-a-plate-usi...

8 years ago | 0

Answered
How can I programmitcally "click" on a block mask action button?
Hi Jason, I understand that you would like to execute the callback programmatically. You can use the 'evalin' function to a...

8 years ago | 0

Answered
How does MATLAB generate Halton sequences
Hi Eric, You can get the Name of the sequence on which point set P is based from 'Type' property of P. So, the code snippet ...

8 years ago | 0

Answered
Add and delete Line and port
Hi Laurensius, My understanding from the question is that you would like to perform different action when the popup list ele...

8 years ago | 0

| accepted

Answered
can you run matlab experiments online
Hi Catrine, My understanding from the question is that you would like to execute existing MATLAB program online. You can lo...

8 years ago | 0

Answered
can Someone tell me how i can fix GPS-data to caculate distance between two Points?
Hi Joel, You may refer to following links which explains well how to find distance between two GPS points: http://in.mathw...

8 years ago | 0

Answered
Implementations of plsregress on 2015b and 2013a
Hi Yoshihiro , I have reproduced the issue at my end. However, there is no mention of any modification of this function in the...

8 years ago | 0

| accepted

Answered
Digitization and interpolation of contour map.
This issue might be due to the fact that there were some change in all the 'interp' functions in MATLAB release R2013b. As a wor...

8 years ago | 0

Answered
looking for equivalent in MATLAB of "where variable1 in ('a', 'b','c')" in SQL
Hi Binzi, I understand from the query that you have two arrays and you would like to find out the elements in the first array...

8 years ago | 0

Answered
How can I combine probability distribution objects?
I understand that you would like to achieve pooled weighted distribution of two distributions. There is no in-built functions i...

8 years ago | 0

Answered
How to populate a n-d lookup table from the workspace in R2011b?
I understand that you would like to put some variables in 'Table data' parameter of 'n-D Lookup Table' block and simulate the mo...

8 years ago | 0

Answered
Is there anyway to change the code generation options(Storage class, HeaderFile attribute) automatically based on name given to the new object in model explorer?
I understand that you would like to set the 'Code Generation Options' based on the name of the Data Object of a Data Class. T...

8 years ago | 0

Answered
How do i count the time the pulse is at 0 state for a square wave in Simulink?
I understand that you would like to get the cumulative time when the engine is off. You can achieve this functionality using 'st...

8 years ago | 0

Answered
Matlab functions - summation
My understanding is that you would like to have some alternative for symbolic math in 'Mathematica' for function call. From t...

8 years ago | 0

Answered
Lung segmentation with image processing
I understand that you would like to segment a image into different portions based on color. You can create segments of the image...

8 years ago | 0

Answered
plot heat map on map using Latitude, Longitude and my data value
I understand that you would like to put color for the circles created on the map. You can do this by sending 'facecolor' as an ...

8 years ago | 1

Load more