[Jmatlab-toolboxes] jmatllab help....
Status: Beta
Brought to you by:
ali_muhammad_ca
From: Ehab T. <eha...@ya...> - 2008-06-08 12:19:30
|
My name is Ehab,works at EngNet comapny which works in the engineering field www.imodelit.com i've heard about the jmatlab from my team leader, it's really a great application which provides a great feature to the end user and to the developer in the field of engineering. but i need some help as a developer. I need more information and documentations to know how can i parse any .m file and use the interface classes ex:-"IComplex,IMatrix,...etc" with the returned value. i found at the site these lines of code:- Reader strReader = new StringReader(input);Lexer lexer = new Lexer(new PushbackReader(new BufferedReader(strReader))); Parser parser = new Parser(lexer); Node ast = parser.parse(); ast.apply(interpreter); i need to now more about the parser, i think an example for it would be great. finallay how can i wrap the matlab types to the java types The scenario for my problem :- the user will write a function to do something using matlab for example draw y=sin(x). x ranges from 1:10. i need to know these values for x and each corresponding y value using jmatlab. Eng.Ehab Tarek Fouad. B.Sc. Computer Science and Information, Cairo uni Department of Computer Science eha...@im.... |