Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Information:
You will be able to export PDF to a specific folder on your computer.
This is a great when working with Latex and dropbox.
With dropbox linked to your Latex acount, you can automatically update all your plots in Latex from Matlab.
You will need the full version of Latex to do this.
In order to make the Toolbox work, you will need to change the file 'figexp' to contain the right directroy for you.
You need to use forward slash '/' in the path and your path HAVE to end with '/' also.
%% figexp --
% Path example
% Switch case based on the computer name
switch computerName
case 'user1' % enter name of computer here
db = "/user1/name/dropbox/plots/";
case 'user2' % enter name of computer here
db = "/user2/name/dropbox/plots/";
case ...
otherwise
disp('Unknown computer.');
end
Citar como
Sebastian Siggaard (2026). PDF Export of Figures (https://es.mathworks.com/matlabcentral/fileexchange/172269-pdf-export-of-figures), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.4 (26,3 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión desde R2020b
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.4 | Language change of some text |
|
|
| 1.3 | Change in db_path function |
|
|
| 1.2 | Title change |
|
|
| 1.1 | Removal of function, and update of Required MathWorks Products. |
|
|
| 1.0 |
|
