photo

Chunguang LI


Last seen: 2 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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]...

environ 2 ans il y a | 0

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

plus de 3 ans il y a | 4