Community Profile

photo

Chandani Madnani

MathWorks

Last seen: 15 days ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
I don't have simpower in my 2017 Matlab
To use Simscape Power Systems, you would need the following: Requires MATLAB Requires Simulink Requires Simscape Doe...

6 years ago | 0

Answered
libmwlmgrimpl.dll error in R2017b
<https://www.mathworks.com/matlabcentral/answers/375270-why-does-my-matlab-compiler-standalone-application-fail-to-start-with-a-...

6 years ago | 0

Answered
Creating a runtime log for deployed application
Log file is created in the same folder when you execute exe from for_testing or for_redistribution_files folders. If you are ...

6 years ago | 3

Answered
Can I get a summary report in Cody Coursework?
Currently the given types of reports(in the following link) are supported from Cody Coursework: <https://www.mathworks.com/help...

6 years ago | 0

Answered
System identification toolbox wil not open in 2017b. I have all the reguired licenses. Whats wrong?
What do you see when you run the following command? [status,errmsg] = license('checkout','Identification_Toolbox') Also the ...

6 years ago | 0

Answered
Can't install package from vispa.dscloud.me, Index exceeds matrix dimensions
The site vispa.dscloud.me is not managed or maintained by MathWorks. If you are having issues installing a MATLAB package from t...

6 years ago | 0

Answered
"CheckoutPolyspaceLicense, daemon answer" after installing Plug-in on Eclipse
Have you followed the instructions given here: https://www.mathworks.com/help/bugfinder/gs/install-polyspace-plugin-for-eclipse...

6 years ago | 0

Answered
Ctrl+Enter not working in livescripts
This seemingly always happens when there is a live script and a function m-File open at startup. The "Run Section" button still...

6 years ago | 2

Answered
Is there some way to update the FITS library used by Matlab?
I understand that you would like to support large FITS files on MATLAB. As you rightly pointed out, version 3.27 of 'cfitsio.dl...

6 years ago | 0

Answered
Is it possible to find out the x and y coordinates of the line plot in a JPEG photo?
<https://www.mathworks.com/matlabcentral/answers/294805-how-to-extract-x-y-data-and-coordinate-pixel-value-and-location-from-an-...

6 years ago | 1

Answered
Efficient self-referential loop using GPU
What is 'j' in this line X(k+1)=X(k+1)+j(p+1)*X(k-p) ? What is the exact code that you have tried ? Any error messages while usi...

6 years ago | 0

Answered
How do I plot the attractor of a logistic map?
Please share the exact code snippet and the error message that you receive. It is not very clear from the given description

6 years ago | 0

Answered
std function error "Subscript indices must either be real positive integers or logicals."
I tried to reproduce the scenario by executing the below commands: >> A=[1 2 3 1 2 3]'; >> B=std(A) But I get a respons...

6 years ago | 0

Answered
MATLAB Support Package for Raspberry Pi Hardware
In Write Firmware screen of the Hardware Setup for Raspberry Pi™, you may get ‘permission denied’ error while writing the firmwa...

6 years ago | 0

Answered
How to label scatter plot with different name?(not number)
Please see the following link: https://www.mathworks.com/matlabcentral/answers/315124-how-do-i-display-custom-text-for-the-da...

6 years ago | 0

Answered
What is the space complexity of built-in eigs function in MATLAB
We don't generally document the order of complexity of MATLAB functions, and for eigs we don't think it's possible to give a str...

6 years ago | 2

Answered
Can polar histograms be computed on the GPU?
Following is the list of MATLAB built in functions that can be computed on the GPU: https://www.mathworks.com/help/distcomp/run...

6 years ago | 0

| accepted

Answered
Fittype TestAnonymousFunction Argument Error
Modify the code as shown below to pass the Problem parameter and see if it works: fun=@(F,PS,fp,fis,A,x)... longobjfun(x...

6 years ago | 0

Answered
Unable to read waveform on MSO4104
You can use Quick Control Oscilloscope object. You would need to install some prerequisites to use this function as mentioned...

6 years ago | 0

Answered
Problems with slCharacterEncoding using network session
This could be happening because of license checkout delays on the network. Try to execute the following command to verify th...

6 years ago | 0

Answered
how can i make a input.file (.inp file) for Fasthenry with Matlab? any suggestions ? or is there a m.file ?
Not sure if you could convert stl file to inp.file format for Fasthenry. But there is a MATLAB function "stl2vrml" that helps yo...

6 years ago | 0

Answered
Matlab will not start error "matlab fatal error std:: exception; Imgr::config:: ServiceInterface plugin not available"
The issue may be due to a missing library file. Try checking your "$MATLABROOT\bin\win64\matlab_startup_plugins\lmgrimpl" direct...

6 years ago | 1

Answered
GPIB not working in MATLAB 2017a
Hello, Driver requirements for Agilent GPIB drivers changed from MATLAB R2015a to R2017a http://www.mathworks.com/help/relea...

6 years ago | 1

Answered
Workspace variable statistics don't work
Hello, This bug has been fixed in this patch: https://www.mathworks.com/support/bugreports/1627216

6 years ago | 0

| accepted