hello..could me help me understand why I cant publish my files ?
9 ビュー (過去 30 日間)
古いコメントを表示
hello..could me help me understand why I cant publish my files ? I want it published in pdf format so I change the publishing option to pdf and the destination folder too... But when I open the folder, the pdf file is never there.
1 件のコメント
Adam Danz
2020 年 9 月 22 日
How are you setting the destination folder?
Do you get an error message or any message/output at all?
What command are you using to publish the file?
回答 (1 件)
Prabhanjan Mentla
2020 年 9 月 24 日
Hi,
To make things clear, start creating a new folder and point your current folder in matlab to created folder.
Create a script(testScript.m file) and save in the created folder.
To publish the file (into pdf), use the below command
output = publish('testScript.m','pdf');
A new folder html will be created and the you can see the created pdf file in it something like below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/365296/image.png)
Hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!