Community Profile

photo

Chunguang LI


Last seen: 4 days ago Active since 2021

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
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]...

1 year ago | 0

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

3 years ago | 4