javaPlex, api.Plex4, error undefined variable api

2 次查看(过去 30 天)
I have recently bought and installed Matlab 2016b. I'm using javaPlex software but, after running of load_javaplex.m as required, I check that Javaplex is working properly with the following command:
>> api.Plex4.createExplicitSimplexStream()
and the answer is
Undefined variable "api" or class "api.Plex4.createExplicitSimplexStream".
I was informed by a friend that the same program is running properly with an older version of Matlab (I remind something like R2011 or r2012. I need some suggestion if possible.
Regards
Paolo Paoli

回答(1 个)

Henry Adams
Henry Adams 2017-6-23
Hi Paolo,
Sorry I just saw this question now. Feel free to email questions about Javaplex to me (Henry Adams at Colorado State University) directly.
You need to enter both
>> load_javaplex
and
>> import edu.stanford.math.plex4.*;
into the Matlab window. Make sure that you are in the correct matlab_examples folder where load_javaplex appears. These instructions are now also updated in the tutorial (Section 1.3):
Does that work for you? Please reply by emailing me; you can find my email at my website:
Best, Henry

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by