Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by