From: Sandeep Bhogavilli on
I am working as an Assistant Professor for an Engineering College. We are making use of licensed version MATLAB 7.3.0 (R2006b). I want to publish the programs that include 'input' function. Currently, I am shown an error related to 'evalc'.Kindly let me know how to rectify this problem.
From: Steven Lord on

"Sandeep Bhogavilli" <sandeep.bee437(a)gmail.com> wrote in message
news:i1mb8h$nf6$1(a)fred.mathworks.com...
>I am working as an Assistant Professor for an Engineering College. We are
>making use of licensed version MATLAB 7.3.0 (R2006b). I want to publish the
>programs that include 'input' function. Currently, I am shown an error
>related to 'evalc'.Kindly let me know how to rectify this problem.

When you say "publish", do you mean publish with the PUBLISH function or do
you mean create a stand-alone application using MATLAB Compiler?

If you're trying to PUBLISH a function file that uses INPUT, you will not be
able to do so; the capability to publish function files was introduced in
MATLAB 7.4 (release R2007a.)


From: Steven Lord on

"Sandeep Bhogavilli" <sandeep.bee437(a)gmail.com> wrote in message
news:i1mb8h$nf6$1(a)fred.mathworks.com...
>I am working as an Assistant Professor for an Engineering College. We are
>making use of licensed version MATLAB 7.3.0 (R2006b). I want to publish the
>programs that include 'input' function. Currently, I am shown an error
>related to 'evalc'.Kindly let me know how to rectify this problem.

When you say "publish" do you mean you want to use the PUBLISH function to
create a report or do you want to use MATLAB Compiler to create a
stand-alone application?

If you're attempting to use PUBLISH to publish a function file that uses
INPUT, you will not be able to do so; the ability to publish function files
(as opposed to script files) was introduced in MATLAB 7.4 (release R2007a.)

http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq1zi27-1.html#bq1zi28-37

If that's not the problem you're experiencing, post more information about
what you're trying to do and the specific problems you're having.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


From: Andy on
> Currently, I am shown an error related to 'evalc'.Kindly let me know how to rectify this problem.

What is the code you're using which produces the error? What is the error message?
From: Sandeep Bhogavilli on
I would like to prepare documentation for the programs executed along with the results(graphs). I am not using the command 'publish' but instead using the icon of the editor window "Publish".
 | 
Pages: 1
Prev: Matrix coordinate,
Next: Matlab GUI