You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% 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
Cite As
Montasir Mirghani (2026). Logo (https://www.mathworks.com/matlabcentral/fileexchange/52974-logo), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0 (48.2 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0 |
|
