Create SVG files in matlab
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
makesvg
Create SVG files in matlab
This software is designed to create SVG files usings matlab, made up of basic shapes and texts.
It was written to create precise stimuli for running psychophysics / motor control experiments
Usage example:
% Open a text file for writing
fp = fopen('basis.svg','w');
% start the svg with a width of 400 and height of 300
startsvg(fp,400,300);
% draw a circle with a red line, filled with blue
drawCircle(fp,100,100,20,4,'red','blue');
% Finish the SVG file
endsvg(fp);
% close the file handle
fclose(fp);
See the file example.m for a full example
Citation pour cette source
Jason Friedman (2026). makesvg (https://github.com/JasonFriedman/makesvg/releases/tag/1.0), GitHub. Extrait(e) le .
Informations générales
- Version 1.0 (6,92 ko)
-
Afficher la licence sur GitHub
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0 |
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
