photo

Chunguang LI


Last seen: 10 Tage vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to print a figure in a dotx template using report generator
import mlreportgen.report.* import mlreportgen.dom.* d=Document('report','docx'); open(d); plot([0 1 5], [0 0 4]...

fast 2 Jahre vor | 0

Beantwortet
display different colors in command window, using command "disp" or similar
fprintf(2,'only red\n'); %2 for standard error.

mehr als 3 Jahre vor | 4