Filter löschen
Filter löschen

setting variables in java objects from matlab

3 Ansichten (letzte 30 Tage)
JMP Phillips
JMP Phillips am 28 Aug. 2015
Bearbeitet: JMP Phillips am 28 Aug. 2015
If I set a variable in a Java object will the variable be available to be called by another Java object?
example,
x_matlab = 10
a.b.SetVariable(x_matlab); % sets the java member variable x_java to x_matlab
output = c.d.GetVariable(x_java); %gets the value of x_java.

Antworten (0)

Kategorien

Mehr zu Call Java from MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by