Community Profile

photo

Vishal Neelagiri

MathWorks

Last seen: más de 1 año hace Con actividad desde 2016

Followers: 0   Following: 0

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

Estadísticas

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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...

casi 7 años hace | 0

| aceptada

Respondida
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...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 1

| aceptada

Respondida
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...

casi 7 años hace | 1

| aceptada

Respondida
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...

casi 7 años hace | 0

| aceptada

Respondida
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...

casi 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 1

Respondida
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...

más de 7 años hace | 0

Respondida
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. ...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 1

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

Respondida
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....

más de 7 años hace | 1

| aceptada

Respondida
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' ...

más de 7 años hace | 0

| aceptada

Respondida
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 ...

más de 7 años hace | 0

Respondida
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...

más de 7 años hace | 0

| aceptada

Cargar más