How should I configure the 'Publishing Options' so that I don't get an error when user input is required?

3 vues (au cours des 30 derniers jours)
I have a code that requires user input. I'm 'publishing' the report that is created after the user input with the 'publishing options'. I've excluded the code from being included, for example. But every time I run the publishing command, I get an error as soon as the code gets to the first portion of where user input is needed. Why?
The error that I receive:
Cannot call INPUT from EVALC.

Réponse acceptée

Sean de Wolski
Sean de Wolski le 11 Mar 2014
Perhaps you could use an inputdlg to ask for user feedback?
txt = inputdlg('input');
  12 commentaires
Rohan Maharjajn
Rohan Maharjajn le 8 Jan 2017
how did you manage to take input and publish the result? @Golnar

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Biological and Health Sciences dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by