eval_math.m File Reference

A wrapper function that calls the mathlink function to evaluate the expression specified by expr. More...

Functions

function char ret = eval_math (char expr,char flag, val)
 A wrapper function that calls the mathlink function to evaluate the expression specified by expr. More...
 

Detailed Description

A wrapper function that calls the mathlink function to evaluate the expression specified by expr.

Function Documentation

◆ eval_math()

function char ret = eval_math ( char  expr,
char  flag,
  val 
)

A wrapper function that calls the mathlink function to evaluate the expression specified by expr.

Author
ayonga
Date
2016-11-23
Author
Ayonga Hereid ayong.nosp@m.a27@.nosp@m.gmail.nosp@m..com

Copyright (c) 2016, AMBER Lab All right reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted only in compliance with the BSD 3-Clause license, see http://www.opensource.org/licenses/bsd-license.php

Parameters
expra string of Mathematica expression
flaga char suggests the operation direction
valvalue to be assigned
Return values
retthe return value of the mathematica evaluation if no error detected.