![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6195563_1522112522958_DEF.jpg)
Satishkumar Aruljothi
Personal
Followers: 0 Following: 0
Working in Automotive domain.
Send your queries to my email.
Estadística
0 Preguntas
9 Respuestas
CLASIFICACIÓN
3.184
of 297.016
REPUTACIÓN
18
CONTRIBUCIONES
0 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Simulink model for BeagleboneBlack doesn't build: 'unknown type __uint64_t'
Try this <https://in.mathworks.com/matlabcentral/answers/264680-error-on-compilation-of-example-getting-started-with-embedded...
más de 8 años hace | 1
How to get C-code generated from Simulink systems to have same I/O names as the I/O port name of the block?
You need to make the particular/desired subsystem to atomic. MATLAB treats it as single unit with input and output. right cli...
más de 8 años hace | 0
How to add html documentation for custom code generator options?
Open the model and go to Configuration parameter-->code generation select generate code generation info. it will generate ...
más de 8 años hace | 0
Is there a way to include a precompiled C library in a Stateflow/Simulink chart for embedded systems?
Hello Chris, If you want to share your C-files in S-function form with your colleague,then you need compile your c-fi...
más de 8 años hace | 0
How do I get my Custom Storage Class (defined by the cscdesigner) to show up in the Data Dictionary Storage Class drop-down list?
>> cscdesigner -advanced type the above command and select the package ,you will see your CSC class
más de 8 años hace | 0
How to create a 2D lookUp table in matlab
<</matlabcentral/answers/uploaded_files/57140/black_box.jpg>> Use 2-D looup table from simulink library. see the attached ...
más de 8 años hace | 1
Matlab takes 15 minutes to start, and significantly slows down PC once running.
Try this ust put a file called "java.opts" containing the Java option "-Dsun.java2d.pmoffscreen=false" into the directory *m...
más de 8 años hace | 0
| aceptada
Is there a way to get a signals properties in Matlab?
I think you are trying to retrieve 'data type' from CSC type variable. you can simply use variable_name.DataType. >> Myvar...
más de 8 años hace | 0
How to resize GUI
You need to drag the Small black box to resize the GUI. The following options is used to rescale the UI components in GUI acc...
más de 8 años hace | 3
| aceptada