Simple way to publish variable values with matlab publish?
8 views (last 30 days)
Show older comments
Is there a simple way to use publishing markup to publish values into a word document?
I have looked at insert variable but I do not think it applies in this case. See the example below. I ultimately want the output in the word document to read:
"The value that I want to publish is 10"
x = 10;
The value that I want to publish is x
%
2 Comments
Answers (0)
See Also
Categories
Find more on Function Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!