Matlab menu function not returning all options.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jeffrey Smith
el 7 de Feb. de 2019
Respondida: Jeffrey Smith
el 7 de Feb. de 2019
I have a 11x5 matrix under the variable VCD2
The code I enter is as follows.
InFreq = menu('Select an input frequency [Hz].', VCD2(2:end, 1))
Instead of returning all the options the only choice available is the data in cell 2,1
Changing 2:end to 2:11 fixes nothing.
2 comentarios
Walter Roberson
el 7 de Feb. de 2019
Could you confirm that VCD2(2:end,1) is a cell array of character vectors ?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!