photo

Vishal Neelagiri

MathWorks

Last seen: environ 3 ans il y a Actif depuis 2016

Followers: 0   Following: 0

I am an Application Support Engineer at MathWorks and a Mechanical Engineer by education.

Statistiques

MATLAB Answers

0 Questions
54 Réponses

RANG
1 083
of 300 750

RÉPUTATION
70

CONTRIBUTIONS
0 Questions
54 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
9

RANG
 of 21 073

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 837

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

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to convert RigidBodyTree made with Matlab 2017 to Matlab 2016b?
The only difference that I could find between the 'robotics.RigidBodyTree' objects in R2016b and R2017a is the addition of 'Base...

plus de 8 ans il y a | 0

Réponse apportée
Setup Query instrument block properly for TCPIP
You might want to refer to the following documentation link which describes steps to troubleshoot issues with Instrument Control...

plus de 8 ans il y a | 0

Réponse apportée
How to run ARM application(built using embedded coder) on Zed board if it needs Root privileges?
You would have to develop and register your own load command using the reference target load command as a starting point. You...

plus de 8 ans il y a | 0

Réponse apportée
How to normalized power from spectrogram
There doesn't seem to be a direct way to normalize the output of the Spectrogram figure. However, you can workaround this by usi...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
Defining signal attributes in Data Storage Memory
You should be able to use the 'Data Store Memory' block in Simulink for this use-case. There is a separate tab where you can spe...

plus de 8 ans il y a | 0

Réponse apportée
Transfer model from system identification toolbox to simulink
You might want to refer to the following MATLAB Answers post which describes a similar issue: https://www.mathworks.com/matla...

plus de 8 ans il y a | 0

Réponse apportée
How do you vary the load parameter of the "RLC Series Load" Block during a simulation from the GUI?
There is no way to directly modify Simscape parameter values during the simulation. There are two workarounds for this: 1) Cr...

plus de 8 ans il y a | 0

Réponse apportée
tcpip simulink block as server?
The TCP/IP Send and TCP/IP Receive blocks operate only in TCP/IP client mode (they need to connect to a TCP/IP server) and perfo...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How to find the variable that defined Ts
The 'Ts_Control' value is defined in the 'Init' callback of the model. You can access it by right clicking anywhere on your mode...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How to find a particular type of Subsystems?
The reason why this didn't work is because the BlockType for an AtomicSubsystem is still displayed as 'Subsystem'. You can try t...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
How to change the base mask of a custom-made block?
You can refer to the following documentation links which explain how to create a base mask and also how to control it programati...

plus de 8 ans il y a | 0

Réponse apportée
Figures cropped when copying to Powerpoint
The following MATLAB answers page might help you: https://www.mathworks.com/matlabcentral/answers/290336-why-is-figure-croppe...

presque 9 ans il y a | 0

Réponse apportée
display info while ginput() waits
You might want to have a look at this custom ginput function submitted via MATLAB File Exchange: <https://www.mathworks.com/m...

presque 9 ans il y a | 1

Réponse apportée
Tracking a point in a video and plot graphs
You can use the Computer Vision System Toolbox to track motion of objects in a video. You can refer to the following documentati...

presque 9 ans il y a | 0

Réponse apportée
Edge detection only in a region of an image
You can use the 'edge' function to detect the edges in an image. You can also use this on the output of the 'roipoly' function. ...

presque 9 ans il y a | 0

Réponse apportée
simulink s block using matlab to read input fromarduino
According to your workflow, you can use the MATLAB function block or the Level-2 MATLAB S-Function block to use MATLAB code in S...

presque 9 ans il y a | 0

Réponse apportée
Microphone not recognized in simulink
In order to communicate with the audio hardware on a given computer, Simulink uses the open source PortAudio library. The PortAu...

presque 9 ans il y a | 0

Réponse apportée
Matlab system error - abnormal termination help?
MATLAB can crash when closing a window with accessibility tools running. This was a bug with the product and was fixed in the MA...

presque 9 ans il y a | 1

| A accepté

Réponse apportée
How does SFRotation works in Simulink 3D world Editor?
'SFRotation' represents a vector of four floating point values you use for specifying rotation coordinates (x,y,z) of an axis pl...

presque 9 ans il y a | 0

Réponse apportée
Issue installing SimRF Models of the AD9361 Agile RF Transceiver
I was able to reproduce the same issue in MATLAB R2016a. This seems to be an issue with the support package. It was fixed in MAT...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
DDS Support Package MEX-file is not a valid Win32 application
The problem is that some applications also contain compiler dependencies. If the application is deployed to a machine without th...

presque 9 ans il y a | 0

Réponse apportée
OSX El Capitan, MATLAB r2015b, Editor focus when run in no-desktop
There are a few things that you can try that seem to resolve the problem: 1) It is possible that some MATLAB preferences ar...

presque 9 ans il y a | 0

Réponse apportée
How to find the pixels of certain regions in a binary image
You might want to use the 'bwselect' function to select objects in a binary image. You can use this with the 'bwarea' function w...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
Can I (de-)activate enabled subsystems as usual after the model has been compiled in Rapid Accelerator Mode without rebuilding?
You might want to refer to this MATLAB Answers page for this question: https://www.mathworks.com/matlabcentral/answers/100675...

presque 9 ans il y a | 0

Réponse apportée
Compiler error / Model building fails in Rapid Accelerator Mode
The error message means that MATLAB is currently using the 'LCC' compiler to build the model and there seems to be some issue op...

presque 9 ans il y a | 0

Réponse apportée
How to do Thermal image Normalization with range 0 to 40
You might be implementing the algorithm given in the publication incorrectly. The code that you mentioned seems to be correct in...

presque 9 ans il y a | 0

Réponse apportée
Why can't read german umlauts from a .txt file?
I tried reproducing the issue that you are facing but I was able to successfully read all the german umlauts from the .txt file....

presque 9 ans il y a | 1

| A accepté

Réponse apportée
pid tuning error saying too many input arguments
I tried tuning the PID controller in the 'nmp.mdl' model that you attached and I didn't get any errors. I clicked on the 'Tune' ...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
Will I have to call to discontinue my MATLAB package after the initial, free 30-day trial period?
At the end of the 30 day trial period, you will get a call or an email from a MathWorks representative asking if you would like ...

presque 9 ans il y a | 0

Réponse apportée
Popup message when running script "modified outside the editor, reload file?"
I understand that sometimes when you run a script, a message pops up that it has been modified outside the editor. As you mentio...

presque 9 ans il y a | 0

| A accepté

Charger plus