フィルターのクリア

How to access JAVA Classes/Methods in matlab

2 ビュー (過去 30 日間)
Sachin Ganjare
Sachin Ganjare 2015 年 7 月 29 日
コメント済み: Sachin Ganjare 2015 年 7 月 29 日
Below is my input file: Trade.jar: Contains multiple classes & each class has multiple methods
I want to use/invoke method 'login' from class 'session' in my matlab script.
Can anybody guide me how to do it in matlab script.
Thanks.
  1 件のコメント
Steven Lord
Steven Lord 2015 年 7 月 29 日
There's no file attached to the question.

サインインしてコメントする。

回答 (1 件)

Steven Lord
Steven Lord 2015 年 7 月 29 日
Open the documentation for MATLAB. In that documentation, open the "Advanced Software Development" section. The "Calling External Functions" subsection includes an item on calling Java libraries. Read through the Examples and Concepts sections for that item.
  1 件のコメント
Sachin Ganjare
Sachin Ganjare 2015 年 7 月 29 日
I have already gone through the documentation.
I have added all relevant paths of files.
With 'methodsview' command I can see all methods of a particular class, but when I try to use method using below syntax, I get following error:
Syntax: classname.methodname()
Error:The class Session has no property or method named 'notify'

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeJava Package Integration についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by