Chandani Madnani
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
25 Answers
RANK
2 217
of 295 448
REPUTATION
28
CONTRIBUTIONS
0 Questions
25 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
10
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
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
Feeds
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...
mer än 6 år ago | 0
libmwlmgrimpl.dll error in R2017b
<https://www.mathworks.com/matlabcentral/answers/375270-why-does-my-matlab-compiler-standalone-application-fail-to-start-with-a-...
mer än 6 år ago | 0
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 ...
mer än 6 år ago | 3
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...
mer än 6 år ago | 0
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 ...
mer än 6 år ago | 0
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...
mer än 6 år ago | 0
"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...
mer än 6 år ago | 0
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...
mer än 6 år ago | 2
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...
mer än 6 år ago | 0
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-...
mer än 6 år ago | 1
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...
mer än 6 år ago | 0
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
mer än 6 år ago | 0
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...
mer än 6 år ago | 0
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...
mer än 6 år ago | 0
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...
mer än 6 år ago | 0
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...
mer än 6 år ago | 2
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...
ungefär 7 år ago | 0
| accepted
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...
ungefär 7 år ago | 0
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...
ungefär 7 år ago | 0
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...
ungefär 7 år ago | 0
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...
ungefär 7 år ago | 0
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...
ungefär 7 år ago | 1
Create a script that will used Negative_Test. The script will take input from the user called Revenue using input statement and another input called Cost also using input statement. Then a new variable is called Profit where Profit= Revenue-Cost. Now
Hello, Please see the following documentation links that would help you get started: function: http://www.mathworks.com/help...
ungefär 7 år ago | 0
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...
ungefär 7 år ago | 1
Workspace variable statistics don't work
Hello, This bug has been fixed in this patch: https://www.mathworks.com/support/bugreports/1627216
ungefär 7 år ago | 0
| accepted