Matlab Coder workarounds

Hi,
I'm writing a bit of code to generate data of LoS on DTED files. I do have use of the mapping toolbox, but I now find that the se functions are not supported by the Matlab Coder. Are there any workarounds/tweaks that could be made to the Mapping toolbox functions to allow them to pass through the coder? In particular:
dted, viewshed, refvecToGeoRasterReference, geographicToIntrinsic, inpolygon,
I'm currently studying them to try and work it out for myself.
Thanks
Alan

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2012년 5월 2일

0 개 추천

There are no workarounds to generate code from Mapping Toolbox functions using MATLAB Coder, but if you simply want to deploy your code onto a machine without MATLAB installed, consider using MATLAB Compiler instead. However, the generated binary will rely on runtime libraries called the MATLAB Compiler Runtime which will need to be installed on the target machine.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2012년 5월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by