photo

Sindhuja Parimalarangan

Last seen: 3 månader ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
15 Answers

RANK
2 056
of 300 369

REPUTATION
32

CONTRIBUTIONS
0 Questions
15 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to generate random multidimensional samples using a custom multidimensional probability distribution?
You can look into these functions to create n-dimensional random values based on a probability distribution: <https://www.mat...

mer än 8 år ago | 0

Answered
Access Violation using VideoReader when opening large avi files
The crash here appears to be an Intel Graphics card issue, as indicated by the crash log : C:\Program Files\Intel\Media SDK\mfx_...

mer än 8 år ago | 2

| accepted

Answered
How can I summarize datapoints (coordinates which are closer than 0.2 meter for example), keep only the mean values of these groups and delete the others?
Looking at the big picture, I understand that you essentially want to delete data points at almost the same coordinate locations...

mer än 8 år ago | 0

| accepted

Answered
MATLAB fct predint for Gaussian-Process-Model
This could possibly be because <https://www.mathworks.com/help/curvefit/predint.html predint> cannot compute prediction interval...

mer än 8 år ago | 0

| accepted

Answered
too many output arguments
A function you are trying to call expects fewer input/output arguments than you have provided it Here are some possible cause...

mer än 8 år ago | 0

Answered
How can I extract a line from a surface?
It is possible to extract z-value for given x and y values using the <https://www.mathworks.com/help/matlab/ref/find.html?search...

mer än 8 år ago | 0

Answered
App.designer to plot step response
You can extract the output of the <https://www.mathworks.com/help/control/ref/step.html step> function and use the "plot" functi...

mer än 8 år ago | 0

Answered
Solving difference equation with its initial conditions
This <https://www.mathworks.com/matlabcentral/answers/81270-is-matlab-solving-difference-equations link> discusses solving recur...

mer än 8 år ago | 4

Answered
how do I store and use fitobjects
You could store all the curve fit objects as elements of a cell arrays and then use <https://www.mathworks.com/help/matlab/ref/c...

nästan 9 år ago | 0

Answered
How to plot ramp function in time domain
Here is an example of plotting the unit ramp function : <https://www.mathworks.com/help/signal/gs/impulse-step-and-ramp-funct...

nästan 9 år ago | 0

Answered
How to find phase difference between two images?
Hi, A displacement in image space results in linear phase in Fourier space. A possible workflow would be the following: 1....

ungefär 9 år ago | 0

Answered
How to connect the ANSYS Workbench to Matlab to perform the optimization loop in Matlab ??? Please...
You can refer to the following links for books and videos on MATLAB-ANSYS interaction : <http://www.mathworks.com/support/boo...

ungefär 9 år ago | 0

Answered
How to rectify errors while using 'xlswrite' function?
This error is generated directly by Excel upon opening the file from MATLAB. You can find more information about this issue on M...

ungefär 9 år ago | 0

Answered
Maximize function (parameters estimation with likelihood)
To get the maximum likelihood for the function "myfunc", you can use the "fmincon" function. Extra parameters (x1,x2,x3) can be ...

ungefär 9 år ago | 0

Answered
How to convert struct filed to cell array before R2016a?
Hi You could use the <http://www.mathworks.com/help/releases/R2013b/matlab/matlab_prog/comma-separated-lists.html comma-sep...

ungefär 9 år ago | 0

| accepted