Skip to main content
1-Visitor
February 14, 2010
Question

excel connect Mathad function is a string

  • February 14, 2010
  • 0 replies
  • 2259 views


deutsch\german

ich habe Excel und Mathcad verbunden
mit OLE nun mein problem
in Excel ist eine Funktion gespeichert
x^3+x^2+10

diese Funktion wird nach Mathcad �bertragen
sie wird als String anzeigt
"x^3+x^2+10"
kann aber von Mathcad nicht ausgewertet werden

in0="x^3+x^2+10"
f(x):=in0

Ich suche eine Funktion etwa eval
um ein Funktion f�r Mathcad zu erstellen

english

I have connected Excel and Mathcad
with OLE now mine problem
in Excel a function is stored
x^3+x^2+10

this function will transfer to Mathcad
she becomes as a string registers
"x^3+x^2+10"
however, can not be evaluated by Mathcad

in0 = "x^3+x^2+10"
f(x): =in0

I search a function possibly eval
to provide a function for Mathcad

I need your help please

Helmut Hagemann