Subhra Saha
MathWorks
Followers: 0 Following: 0
I am a Training Engineer at MathWorks
Estadística
0 Preguntas
19 Respuestas
CLASIFICACIÓN
2.709
of 295.467
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
19 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
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
use a .m file to set up constants for a simulink model
You can set up the constants in a .m file, but make sure to run the .m file so that the variables are loaded into the MATLAB wor...
más de 8 años hace | 0
Movefile gives unknown error upon moving .txt files
Does this happen only with a particular directory? Does the error show up when you move one text file? Try giving the full pat...
más de 8 años hace | 0
How can I create a detection block/system that can easily find an overcurrent in a big/wide electrical circuit ?
Please provide more information on how you are modelling your fuses. Do you have a simscape model ready? There are many ways o...
más de 8 años hace | 0
How to disable a gui when running a second existing gui from it
To disable the parent GUI when the child GUI is open , you can use the property inspector to set the "WindowStyle" property of t...
más de 8 años hace | 1
| aceptada
How can I retrieve the handle for a camlight in the current figure?
You can get the camlight handle from the return value that camlight returns or you can use findobj to retrieve the camlight hand...
más de 8 años hace | 0
| aceptada
how can I see rotation of DC motor
You can visualize the rotation of DC motor simulation by using Simulink 3D Animation or Simscape Multibody toolbox. For more inf...
más de 8 años hace | 0
Error when selectin parameters during parameter estimation
Hi lvjuvan, There is an external bug report for this error: http://www.mathworks.com/support/bugreports/1156219 There a...
alrededor de 9 años hace | 0
While installing R2015b on OS X Yosemite 10.10.5 on a mid 2012 MacBook Pro the error message below appeared
Hi Iurii, There are a few reasons why you may be getting this error. Please try the following steps to resolve the issue. ...
alrededor de 9 años hace | 0
Rotational motion modelling in Matlab
You can convert the equations into a system of first order equations and then use the ODE45 solver to solve the equations. If th...
alrededor de 9 años hace | 0
how can I apply reset solver on Simulink model?
Please refer to the link below: http://www.mathworks.com/help/simulink/gui/solver-pane.html#bq9zz1r-1 If the above link d...
alrededor de 9 años hace | 0
I have just downloaded an updated fixed-license file. How do I activate it?
Hi Jeremy, Please contact MathWorks install support. Contact number: +1-508-647-7000 (Monday-Friday) Hours: 08:30-20:00...
alrededor de 9 años hace | 0
| aceptada
Pass an image to a function from C#
Hi Ron, To pass an image from C# to MATLAB function, you can use MWArrays as mentioned in the following link: http://www.m...
alrededor de 9 años hace | 0
'Trapz' equivalent in Simulink??
You can use Interpreted MATLAB Function block which applies the specified MATLAB® function or expression to the input. You can ...
alrededor de 9 años hace | 0
I accidentally registered my license under my email. What am I supposed to register it under?
Please call Technical Support at MathWorks and they should be able to get this fixed. Please refer to the link below: http://...
alrededor de 9 años hace | 0
How can I save a figure as a vector field in matlab?
MATLAB does not directly support exporting of figures to svg files. But you can refer to the link below to convert MATLAB figure...
alrededor de 9 años hace | 0
How to calculate average of a sine signal in simulink?
One way is to write the output of sine signals to MATLAB Workspace as an array and from there you can take out values and calcul...
alrededor de 9 años hace | 0
Calculate area of a data set
You can refer to the link below: http://www.mathworks.com/matlabcentral/answers/121614-invalid-permutation-index-trapz
alrededor de 9 años hace | 0
Stateflow - save coverage after closing model
You can use the 'cvmodelview' command with the saved coverage results (data) to retrieve the coverage status when you open the m...
alrededor de 9 años hace | 0
| aceptada
need help in the next call back function
You can read the images into an array and then keep an index variable to loop over the images and then display them. Below i...
alrededor de 9 años hace | 0