when i type "make matlab" i got following errors

*net/tinyos/matlab/MatlabControl.java:37:package com.mathworks.jmi does not
exist

import com.mathworks.jmi.*;



net/tinyos/matlab/MatlabControl.java:41:cannot resolve symbol

symbol: class Matlab

location: class net.tinyos.matlab.MatlabControl

      static Matlab matlab = null; //this is the com.mathworks.jmi.Mablab
class, which as functionality allowing one to interact with the matlab
session.



net/tinyos/matlab/MatlabControl.java:47:cannot resolve symbol

symbol: class Matlab

location: class net.tinyos.matlab.MatlabControl

           matlab=new Matlab();//this command links to the current matlab
session



net/tinyos/matlab/MatlabControl.java:54:cannot resolve symbol

symbol: class Matlab

location: class net.tinyos.matlab.MatlabControl

           Matlab.whenMatlabReady(new MatlabEvalCommand(Command));



net/tinyos/matlab/MatlabControl.java:61:cannot resolve symbol

symbol: class Matlab

location: class net.tinyos.matlab.MatlabControl

           Matlab.whenMatlabReady(new MatlabFEvalCommand(Command, args));*


is there is mistake in setting the classpath, if so, please guide me
how to set the classpath. please help. i'll be thankful.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to