Arvind Narayanan
MathWorks
Followers: 0 Following: 0
I'm an Application Support Engineer at MathWorks and a Mechanical Engineering graduate from Indian Institute of Technology Madras. I hail from South India and love to learn new languages. In my free time, I like to binge on TV shows and movies and play games like carrom and table tennis.
My professional interests lie in the fields of Optimization, Web development with JavaScript and Object Oriented programming
Statistiques
0 Questions
26 Réponses
RANG
1 808
of 295 486
RÉPUTATION
36
CONTRIBUTIONS
0 Questions
26 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How can I copy latest data of Corona-virus cases from worldometers.info using a MATLAB code?
You can make use of the the following link to extract content that you need from the site: https://in.mathworks.com/help/textan...
plus de 4 ans il y a | 0
Reorderable List Box in App Designer
Hi, Reordering the content within a listbox can be simplified to basically reordering the contents of the cell array 'app.Lis...
plus de 6 ans il y a | 0
Error in loading data from AWS S3
Hi Yona, Based on the error message that you have shared, it seems that the location 's3://{mybucket}/' seems to be the cause...
plus de 6 ans il y a | 0
| A accepté
how can propagate error for division of two matrices?
Hi Joseph, If the second matrix(E(i,j,k) in this case) has all non zero elements(NaN allowed), then only we can calculate sta...
plus de 6 ans il y a | 0
| A accepté
Exclude a block from coverage analysis using test manager
Hi, There is no current functionality available to directly filter coverage results using the Test Manager.You need to save t...
plus de 6 ans il y a | 0
| A accepté
How can I create a well of water with a submerged pump using simscape?
Hi, You can refer the blocks from Simscape Foundation library and Simscape Fluids to design and simulate a submerged pump wit...
plus de 6 ans il y a | 0
Ifanbeam FanRotationIncrement wrong length error
Okay. So I was able to get the script working on the test data you have provided. The change I made was to change the FanCoverag...
plus de 6 ans il y a | 0
How do I change the license MATLAB online is using?
Hi, MATLAB Online links to your MathWorks account. Technically, you don't even need a license to be able to use MATLAB Online...
plus de 6 ans il y a | 0
| A accepté
wildcard when setting directories
Hi Kathleen, The variable subjID above is a cell array. If you would like to loop over its elements and use SPM to select the...
plus de 6 ans il y a | 0
Graphing data for graph
Hi Thinh, You can start by arranging the data into an Excel sheet and importing this into MATLAB as a struct variable. You ca...
plus de 6 ans il y a | 0
How to log entity server capacity?
Hi Alex, You can log the capacity of the entity server by selecting the block in the model and then typing the following in M...
plus de 6 ans il y a | 0
| A accepté
Solve minimization problem for System of Nonlinear objective functions.
Hi Nikhil, You can look up the functions <https://in.mathworks.com/help/releases/R2016b/optim/ug/fgoalattain.html fgoalattain...
plus de 6 ans il y a | 0
cannot link solidworks to SimScape
Hi Jacob, The missing "mfc140u.dll" is the cause of this error. To resolve the issue, simply download the 64-bit "mfc140u.dll...
plus de 6 ans il y a | 0
Extracting particular x and y data points from a figure
Hi Faisal, Please refer this link for your answer: <https://in.mathworks.com/matlabcentral/answers/45973-how-to-find-value-of...
plus de 6 ans il y a | 0
stream function from velocity vector map
Hi, There is no specific MATLAB function to calculate the stream function from the streamlines plotted. You can refer to onli...
environ 7 ans il y a | 0
Simscape Power Systems Subsystem
The visibility of GoTo block does not cross non-virtual subsystem (i.e. atomic subsystems). You should convert the atomic subsys...
environ 7 ans il y a | 0
| A accepté
Parrot Mambo Mini drones connecting problem
Currently, we support Parrot Rolling Spider. You may refer to this link for information regarding the RNDIS driver: <https:/...
environ 7 ans il y a | 0
Add a value to an already fulfilled cell in an excel file
Hi, You can store the names of all the Excel files in a cell array and use the xlswrite command in a for loop that iterates t...
environ 7 ans il y a | 0
Error Using Determinant Function
By default, MATLAB should be using Intel MKL for all linear algebra operations. Your MKL library should be located at matlabroot...
environ 7 ans il y a | 0
How to calculate a definite integral with Planck's law function
Hi Miguel, You may use the <https://in.mathworks.com/help/matlab/ref/integral.html integral> function from MATLAB. Please not...
environ 7 ans il y a | 0
Import txt/csv into a cell of a column
Hi Tobias, Although there is no direct way to assign different callbacks for cells from different columns, you may use the _e...
environ 7 ans il y a | 0
| A accepté
Reading CR2 (Canon RAW) images into MATLAB
It is possible to read CR2 data into MATLAB with the normal workflow for reading images. You can try the following sample code s...
plus de 7 ans il y a | 1
Is there a way to keep loaded data from a .mat file in computer memory for access by a standalone executable?
Hi Matthew, You could try packaging the MAT file along with the EXE during deployment. That way, it will always be accessible...
plus de 7 ans il y a | 0
Using "nchoosek(n,k)", create a row vector containing all the binomial coefficients for n=4 and display this vector. Repeat for n=10
According to the binomial theorem, the coefficient of every term of a polynomial (x+y)^n can be represented as nCk*x^(n-k)*y^...
plus de 7 ans il y a | 0
Is this a correct application of a loop to measure a derivative?
Hi Abhi, I understand that you are trying to use the finite difference method to calculate the derivative of _v_phi_ w.r.t _r...
plus de 7 ans il y a | 0
| A accepté
How to solve a non-polynomial constrained optimization problem in Matlab
Hi Dennis, The problem can be looked at in different ways: 1) Since _x_ is a function of _t_ (assuming it is a function of...
plus de 7 ans il y a | 0