Borrar filtros
Borrar filtros

How to force MATLAB Coder to combine two functions into one?

1 visualización (últimos 30 días)
I want to add two different functions in a single main c code generated by Matlab coder. How can I select two different functions, when MATLAB coder have only one entry point during a selection of input function?

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Feb. de 2018
Editada: Walter Roberson el 15 de Feb. de 2018
Write a function that calls them in appropriate sequence and make that your entry point.
  1 comentario
Shubhashree Bal
Shubhashree Bal el 15 de Feb. de 2018
I got the solution. We can click on add entry point and add additional function.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by