How can I plot the Logic Analyzer window into a png by using the matlab print function?

8 visualizaciones (últimos 30 días)
I use the Logic Analyzer by using the scope function. Now I want to plot this window into a png file, but get
>> print('C:\temp\logic.png', '-dpng')
Error using validateHandleToPrint
No figure to print.
Error in validate (line 17)
pj = validateHandleToPrint(pj);
Error in print (line 81)
pj = validate( pj );
Tested using matlab R2016b. There is also no print function in the UI directly.
Thanks, Thomas Nirmaier

Respuesta aceptada

Ashok Charry
Ashok Charry el 17 de Oct. de 2019
Hi Thomas,
The dsp.LogicAnalyzer is not a regular figure window so you cannot call print on the window. As of now there is no documented method to print the window unfortunately. As a workaround you may take a snap-shot of the window (using regular Windows applications like Snipping Tool.
Hope this helps and apologies for this dealyed response.
Ashok Charry
Engineer, MathWorks.

Más respuestas (2)

Thomas Nirmaier
Thomas Nirmaier el 26 de Ag. de 2019
Hello Ted, it is the logic analyzer from matlab: dsp.LogicAnalyzer
logicAnalyzer.png

Thomas Nirmaier
Thomas Nirmaier el 29 de Ag. de 2019
No answer delivered by mathworks so far???

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by