Borrar filtros
Borrar filtros

How to see content of a cell array for using as input to a call?

1 visualización (últimos 30 días)
Steinar Bråten
Steinar Bråten el 19 de Mzo. de 2018
Comentada: Steinar Bråten el 20 de Mzo. de 2018
I want to read a cell-array, to decide input to a 'input-call'. But the file window opens, but not showing the content before input call ends! Which means I can't see what I shall use as input argument. 'pause' not working. My code jumps over the 'showing of content', waits for 'input', and show the content afterwards. Which are a bit to late then! Please help!
  6 comentarios
Guillaume
Guillaume el 20 de Mzo. de 2018
Editada: Guillaume el 20 de Mzo. de 2018
My understanding is that Steinar wants to be able to see the content of the cell array raw (returned by xlsread) before his code proceeds to ask him (with input) which row/column of that cell array to use. Steinar is using openvar to display the content of that variable, but the variable editor only opens once his code has finished running.
edit: more precisely, I've just tested and the variable editor does open as soon as openvar is called but the content of the variable is only displayed once the script completes. Instead a blank editor is shown when the code reaches the input line. Inserting a drawnow does not resolve the issue (R2017b).
@Steinar, you may need to contact Mathworks directly for help with this.
Steinar Bråten
Steinar Bråten el 20 de Mzo. de 2018
Thank you Guillaume. You clarified my problem exactly.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by