Logo

Drawing Logo by equations in Matlab
68 descargas
Actualizado 11 sep 2015

Ver licencia

% Logo by Montasir Mirghani - 10.09.2015
%Drawing Logo by equations in Matlab
function myLogo
a=0:5:360;
b=(0.001*a-180);
polar(a,b)

end

% Run --->figure--->%Edit--->Figure Properties [Click right and choose white color]

%Edit--->Axes Properties [Delete all lines and number from polar] ---> then
%[click on blue lines] ---> put lineWidth = 4.0; Choose PlotType = "Area";
%save as---> mylogo.fig ---> mylogo.png

%Choose PlotType = "Stairs"; save as---> mylogo2.fig ---> mylogo2.png

Citar como

Montasir Mirghani (2024). Logo (https://www.mathworks.com/matlabcentral/fileexchange/52974-logo), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
gui

Community Treasure Hunt

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

Start Hunting!

mylogo/

Versión Publicado Notas de la versión
1.0