[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Alternative Matlab/Octave compiler
From: |
Shmuel Safonov |
Subject: |
Re: Alternative Matlab/Octave compiler |
Date: |
Sun, 6 Sep 2015 13:12:53 -0700 (PDT) |
Hi,
It am not sure yet if the software is true libre. When I developed it the
following aims were stated:
- Avoid the dependence on the software manufacturer
- Give to user an opportunity to create a propriety application as well
>From another hand I am not sure if I am capable to maintain a big commercial
project. I should like also to contribute to the programmers community. If
you can advice me the best solution it will be appreciated.
Anyway you can download the converter binaries version from
https://drive.google.com/file/d/0Bw3JMo4gxGJJb21mbjYydjgzRFk/view?usp=sharing
<https://drive.google.com/file/d/0Bw3JMo4gxGJJb21mbjYydjgzRFk/view?usp=sharing>
The zip contains a simple example (solution of a given equation by bisection
method) of conversion from m to C using a BAT file
\examples\AppSIMO\BuildExample.bat. The support run-time is a DLL compiled
by MSVC. After the conversion you should open MSVC solution SIMO.sln and
build your DLL with algorithm and an exe-caller. Any updates and comments I
plan to post at http://csafonov.blogspot.co.il/p/tmc.html
<http://csafonov.blogspot.co.il/p/tmc.html> . ( Sorry, the graphic output
is very 'alpha' and buggy yet; it is only for debugging. You can also
load/save mat-files of -V5 format)
--
View this message in context:
http://octave.1599824.n4.nabble.com/Alternative-Matlab-Octave-compiler-tp4672195p4672483.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: Alternative Matlab/Octave compiler,
Shmuel Safonov <=