Borrar filtros
Borrar filtros

how to save simulink block diagram as pdf ?

103 visualizaciones (últimos 30 días)
Aniket
Aniket el 8 de Jul. de 2013
Comentada: Praveen Potluri el 1 de Ag. de 2017
Hello ,
i want to save simulink block diagram as pdf , is there any way to do this in simulink ?
saveas(h,'withseparateactuating2connect','pdf') Undefined function or variable 'h'.
i have tried as above , its is mentioned in matlab help
but giving me error for 'h'
  1 comentario
Bull Durham
Bull Durham el 4 de En. de 2016
I am running 2015b on a Mac with Mavericks. In Simulink, I select "Print" from the file menu. There is an option to save the file as pdf. The resulting figure is not suitable for direct inclusion into e.g. a LaTeX document as there is a great amount of white space around the central figure. A little post-processing is required, but the result is print-quality.

Iniciar sesión para comentar.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 10 de Jul. de 2013
Do you just want an image of the top-level model to be exported to a PDF file? If yes, I think you can just use the File>Print option and select a PDF Printer. If you're looking for a more extensive look inside subsystems, etc., I only know of the Simulink Report Generator product which lets you export the model as a Web View (HTML files), which is clickable.

Más respuestas (1)

Valerie
Valerie el 7 de Jul. de 2014
Editada: Valerie el 7 de Jul. de 2014
The solution suggested above only works if you have access to a pdf printer (which I think requires a specific Adobe product.)
Here is the method I use to save Simulink diagrams to pdf:
>>saveas(get_param('FigX_model','Handle'),'FigX_model.pdf');
This method works in 2013a.
  1 comentario
Praveen Potluri
Praveen Potluri el 1 de Ag. de 2017
There are some free softwares out there like cutepdf writer. You can use that to save a simulink block diagram as pdf. Similar to the one Kaustubha mentioned.

Iniciar sesión para comentar.

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by