Luca Brasi Oh Jesus! I blew my butt off! Report post Posted January 13, 2004 (edited) Hallo ! Ich habe ein Matlab-Programm, das ich gerne in C++ (javascript geht auch)aufrufen möchte, bzw den output von Matlab in C++ verwenden. Im Detail: Matlab gibt mir die Koeffizienten eines Polynoms aus, zB [5 0 4 3 4] und ich möchte in C++ schreiben: cout << "Das Polynom mit den Nullstellen xyz lautet " << a << "x4" << b << "x3".... etc. wobei die Variable a den Wert 5, b dann 0, etc zugewiesen bekommt. Weiss jem., wie ich das machen kann ? Edited January 13, 2004 by Luca Brasi 0 Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.