How do I get a parameter to resolve when following the '%%' section header definer while using 'publish' command?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying to 'publish' some analysis done in Matlab and am having a hard time with the section headers as passed parameter value does not get resolved following the '%%'
FIELD =
GILB_SHOP
%
%%ANALYSIS SUMMARY REPORT FOR ATTRIBUTE: [FIELD]
%
The double-percent is not letting the value of 'FIELD' resolve.
I would like my section header to look like this:
ANALYSIS SUMMARY REPORT FOR ATTRIBUTE: GILB_SHOP
I very much appreciate your help.
Thanks,
Abdul
0 Kommentare
Antworten (1)
Ned Gulley
am 5 Okt. 2011
Publishing using cell mode markup doesn't permit passing parameters in the way you describe. Section heads can't contain parameterized variable text.
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!