help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to call a octave function from c code


From: osamahameed
Subject: how to call a octave function from c code
Date: Sun, 5 Jan 2014 02:35:23 -0800 (PST)

i have written a simple function in octave . this function add two numbers
        function [ z ] = addition(x,y)
        z=x+y;
        end
name of this function is additon
i have made m file for this function addition.m 
please tell me how i can call this function from a c code



--
View this message in context: 
http://octave.1599824.n4.nabble.com/how-to-call-a-octave-function-from-c-code-tp4660666.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]