Ganesh Gaonkar
MathWorks
Followers: 0 Following: 0
I like to answer queries related to MATLAB, Simulink Stateflow and other MathWorks products.
Professional Interests: HDL , C programming, Embedded Systems, VLSI,Simulink Modeling
DISCLAIMER: Any advice or opinions posted here are my own.
Estadística
0 Preguntas
26 Respuestas
CLASIFICACIÓN
2.942
of 295.467
REPUTACIÓN
20
CONTRIBUCIONES
0 Preguntas
26 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Matlab R2015a installation error in Ubuntu 14.04
This issue can happen if the installer is damaged or the File installation Key is not matching the products that has to be insta...
más de 9 años hace | 0
Distance between two points of an image?
<http://in.mathworks.com/matlabcentral/answers/152281-calculate-the-distance-between-two-objects-automatically-using-matlab This...
más de 9 años hace | 0
Can anyone explain the relationship between simulink sampling time and real world clock in FPGA?
Hi, This <http://in.mathworks.com/help/hdlverifier/examples/timescales-absolute-relative-and-automatic-1.html example> from M...
más de 9 años hace | 0
mdce start throws ulimit errors
The warning message sent by you shows that you are getting a communication failure.As a first step, validate your cluster profi...
más de 9 años hace | 0
Can I use a Concurrent License version of Matlab with a Group License Toolbox?
You should be able to access the Group License Toolboxes from concurrent version of MATLAB. To know how to do it, follow this <h...
más de 9 años hace | 0
Could not start Matlab Engine(-3)
I assume you are trying to use Agilent VEE with MATLAB script and facing the error mentioned above. The section titled 'Error ru...
más de 9 años hace | 0
Creating input file but replacing variables
In general , when you have requirements which has combination of some texts with some variables which changes every i'th time, O...
más de 9 años hace | 0
| aceptada
how to draw map in MATLAB
The two demos mentioned below in Mapping Toolbox will help you as starting points: <http://in.mathworks.com/help/map/examples...
más de 9 años hace | 0
How can I use input values to create an array?
You should be able to use 'input' function as shown here: <http://in.mathworks.com/help/matlab/ref/input.html>
más de 9 años hace | 0
How to transmit 96 bits using RS232?
Some hardware requires hardware-handshaking for communication. This is done by setting the "flowcontrol" to hardware like below:...
más de 9 años hace | 0
How to detect a human image??
If you have access to Computer Vision Toolbox, then you can try using 'vision.PeopleDetector System object'. You can find more d...
más de 9 años hace | 0
OPC toolbox need to buy separately?
OPC toolbox have to be bought separately. It doesn't come with base MATLAB.
más de 9 años hace | 0
| aceptada
How can iget a license or a key for my app on my Androidphone
What I understand from your question is that you want to use MATLAB mobile app on your Android phone. Currently you don't have a...
más de 9 años hace | 0
Passing objects in Simulink
I think you are searching in right direction. System object may be able to help your requirement as they also support having one...
más de 9 años hace | 0
CIC fixed point representation
Did you check if this block can help ? : <http://www.mathworks.com/help/dsp/ref/cicdecimation.html cicdecimation> To know mo...
más de 9 años hace | 0
Setting default Interpreter to Latex
I think the command should work even on R2015a. Looks like you have missed making 'text' as CamelCase. So ideally the command sh...
más de 9 años hace | 3
How to extract an image from an image
If you want to extract a part of an image from the larger image then 'imcrop' should help: http://www.mathworks.com/help/imag...
más de 9 años hace | 0
how to update Matlab concurrent licenses and Matlab license manager ?
Hi, The below link should help you get it done: http://www.mathworks.com/matlabcentral/answers/102901-how-do-i-update-my-e...
más de 9 años hace | 0
| aceptada
Sample time in Simulink
Sample time [0,1] represents sample time that is 'fixed in Minor step' . So in the Delay block you need to give a discrete sampl...
alrededor de 10 años hace | 0
Protecting a Simulink block
Hi Marianne, Yes. 'Protecting models for model reference' is available in MATLAB R2013a. Hence you should be able to do it.Ho...
alrededor de 10 años hace | 0
GUIDE connect to target button
Hi Miguel, You haven't mentioned which target you are planning to connect to. However, in general it should be possible to cr...
alrededor de 10 años hace | 0
How can I use specific input data from excel into simulink?
Hi Mehrad, One of the way using which you can bring the excel data into the Simulink is by using Signal builder block. you ca...
alrededor de 10 años hace | 0
How do I link Simplorer to Simulink
From the Simplorer documentation available in the <http://adv-vehicle-sim.sourceforge.net/Simplorer_cosim_help2.html web> , it i...
alrededor de 10 años hace | 0
help me with the mathlab command that i need to calculate the impulse response of a point moving average filter.
Your question looks generic as of now because you have not given more details on it. However this <http://www.mathworks.com/matl...
alrededor de 10 años hace | 0
Inner matrix dimensions must agree.
From your question, It was not clear to me, what value of 'n' you are passing to this function. However, you can just put a brea...
alrededor de 10 años hace | 0
How to generate multiple results
"rand" generates a pseudorandom numbers and this number will be different for different instance. Random number is generated usi...
alrededor de 10 años hace | 0