简体   繁体   English

将OCTAVE Griddata功能移植到iOS

[英]Porting OCTAVE Griddata function to iOS

I'm currently working on a project, where I need to include few of Octave functions (exactly Griddata). 我目前正在从事一个项目,在该项目中,我需要包括一些Octave函数(正是Griddata)。 My question is, if it's possible to use my octave code as a c++ library, which I just can include to my Objective-C project and give the input to the library, which computes the result and return the output to my project. 我的问题是,是否可以将八度代码用作c ++库,我可以将其包含在我的Objective-C项目中,并将输入提供给库,库将计算结果并将输出返回给我的项目。

I already searched the web, but I couldn't find anything :/ 我已经在网上搜索了,但是找不到任何东西:/

The function i'm looking for is: https://octave.sourceforge.io/octave/function/griddata.html 我正在寻找的功能是: https : //octave.sourceforge.io/octave/function/griddata.html

Thanks 谢谢

您可以将Octave解释器嵌入程序中,然后使用octave::feval调用Octave函数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM