Is it possible to generate C code from my MATLAB algorithm if it contains the function "lla2flat" from the Aerospace Toolbox?

My MATLAB algorithm contains the function lla2flat from the Aerospace Toolbox and I need to know if I can generate C code to use this later in LabView. Thanks
(Sorry, I don´t speak English)

 Accepted Answer

Here is the list of functions supported for code generation with MATLAB Coder - lla2flat isn't on it.

3 Comments

Thanks for your answer. So, how can I use my MATLAB algorithm in Labview? Is there any way?
I think there is something called a MATLAB script node that you might be able to use: http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/creating_a_matlab_script/
Thank you very much. You were right! I could do it with the MATLAB script node. It was very easy.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!