GK
Followers: 0 Following: 0
Hi, I'm learning to generate application logic and effective code.
Estadística
7 Preguntas
13 Respuestas
CLASIFICACIÓN
3.104
of 295.527
REPUTACIÓN
18
CONTRIBUCIONES
7 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Pregunta
Error during code generation for Autosar SWC
Hello & Thank you, I am trying to generate code for my SWC which is Autosar configured. It is able to generate the code in...
casi 5 años hace | 1 respuesta | 2
1
respuestaPregunta
How to generate s-function block from Autosar SWC ?
Hello and Thank you, I am trying to generate s-function block from an Autosar SWC, by right click on SWC -> C/C++ Code -> Gener...
casi 5 años hace | 1 respuesta | 0
1
respuestaHow can I use sample time internally in Stateflow
Also I found another solution on the mentioned mathworks link: https://in.mathworks.com/matlabcentral/answers/54995-how-to-acce...
más de 5 años hace | 0
| aceptada
Pregunta
How can I use sample time internally in Stateflow
Hello, My fixed solver discrete type model has sample time of 20ms. I want to use this sample time in Stateflow to start a...
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
Why am I getting 30 breakpoints for a 1-D lookup table?
Why am I getting 30 breakpoints for a 1-D lookup table? Also all the breakpoints are filled with specific values. Is there any ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasCould anyone help me to solve the error in the following code
You need to have Symbolic Math Toolbox. Please check the link <https://in.mathworks.com/matlabcentral/answers/308136-symsum-un...
alrededor de 6 años hace | 0
How to highlight one connecting line in Simulink?
Hi, As I checked, for a single line originating from 1 port of 1 block, No of linehandles = no of lines between nodes. ...
alrededor de 6 años hace | 0
Simulink error 'Reference to non-existent field 'form'.'
Hi, Two steps to this problem: 1. Is there any stateflow in your model? Please remove it and check simulation. Corrupt MATLA...
alrededor de 6 años hace | 0
how to change multiple elements in a character array at once
You can simply use, Letters(5)='X'; Letters(end)='Z';
alrededor de 6 años hace | 0
How to design up counter using Stateflow and hold it for some interval and decrement it to zero?
Hi, you can design it as mentioned in screenshot. Please check simulating it.
alrededor de 6 años hace | 2
| aceptada
How to convert a cell array to a double or numeric number and conserve only the needed numeric values?
Hello, you can use textscan() to separate string and numeric vales. textscan() Use '%s' string and '%f' to separate str...
alrededor de 6 años hace | 0
How to load simulink parameters from workspace?
You can use 'fromworkspace' block and mention your parameter in it.
alrededor de 6 años hace | 0
| aceptada
How to allign signals ?
You can shift the red signal to blue signal by adding difference time(7seconds) to red signal's equation. Red_updated=Red + 7;
alrededor de 6 años hace | 0
| aceptada
How to extract a specific value from a loop.
Yes you can. 1. If you remove semicolon at the end of expression, MATLAB simply shows it at the command line 2. Alternately, y...
alrededor de 6 años hace | 0
Cannot find MCR Libraries on on Ubuntu
Have you tried copying the files for win to Ubuntu on the same path in MATLAB folder.
alrededor de 6 años hace | 0
How do I remove signal highlighting inside a library in Simulink MATLAB 2016b?
If editing the library does not work, You can 1. Copy the contents of library into model, then 2. Right click "Removing Highl...
alrededor de 6 años hace | 0
Pregunta
1 library block is generated in autocode as 2 different functions. How can I generate 1 common function?
I have created a custom library 'abc' in Simulink and set it as atomic. This atomic library is used at 2 places in the model an...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Why am I getting following error while simulating a model "Reference to non-existent field 'mexSetEnv'." ?
When I am trying to simulate a model, I'm getting the following error: "Reference to non-existent field 'mexSetEnv'." Recent...
más de 6 años hace | 0 respuestas | 0
0
respuestasWhy is existing mex file getting deleted while compiling the model?
Thanks for your reply. I understood, But I've a condition. 1. I'm able to generate mex file from a s-function block. 2. I'm un...
más de 6 años hace | 0
Pregunta
Why is existing mex file getting deleted while compiling the model?
I am trying to compile a Simulink model with stateflow present inside. Because of statflow I'm getting following error: * _"Mak...
más de 6 años hace | 2 respuestas | 0