File:Matlab Logo.png

From testwiki
Jump to navigation Jump to search
Original file (2,529 × 2,264 pixels, file size: 508 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

Summary

Warning Please update color in the code, not overwrite a other version with new colors.
Description
English: First eigenfunction of the L-shaped membrane, resembling (but not identical) to MATLAB's logo trademarked by MathWorks Inc.
Date
Source Own work
Author Jarekt, LukeTriton
Permission
(Reusing this file)
See Commons:Deletion requests/File:Matlab Logo.png.
Other versions
PNG development
InfoField
 This diagram was created with MATLAB.
When the logo changes, please do not overwrite this file, but upload the new logo under a different name and keep it here for history!

Source code

L = 160 * membrane(1, 100);

f = figure;
ax = axes;
s = surface(L, 'EdgeColor', 'none');
view(3)

ax.XLim = [1 201];
ax.YLim = [1 201];
ax.ZLim = [-53.4 160];
ax.CameraPosition = [-145.5 -229.7 283.6];
ax.CameraTarget = [77.4 60.2 63.9];
ax.CameraUpVector = [0 0 1];
ax.CameraViewAngle = 36.7;
ax.Position = [0 0 1 1];
ax.DataAspectRatio = [1 1 0.9];

l1 = light('Position', [50 75 150], 'Style', 'infinite', 'Color', "#00B3FF");
l2 = light('Position', [0 400 150], 'Style', 'local', 'Color', "#00B3FF");
l3 = light('Position', [0.5 -1 0.4], 'Color', [0.8 0.8 0]);

s.FaceColor = [0.9 0.2 0.2];
s.FaceLighting = 'gouraud';
s.AmbientStrength = 0.3;
s.DiffuseStrength = 0.6;
s.BackFaceLighting = 'lit';
s.SpecularStrength = 1;
s.SpecularColorReflectance = 1;
s.SpecularExponent = 7;

axis off;

Licensing

Public domain This work has been released into the public domain by its author, Jarekt, LukeTriton. This applies worldwide.
In some countries this may not be legally possible; if so:
Jarekt, LukeTriton grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Trademarked This work includes material that may be protected as a trademark in some jurisdictions. If you want to use it, you have to ensure that you have the legal right to do so and that you do not infringe any trademark rights. See our general disclaimer.
This tag does not indicate the copyright status of the attached work. A normal copyright tag is still required. See Commons:Licensing.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 March 2008

image/png

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:46, 27 February 2024Thumbnail for version as of 22:46, 27 February 20242,529 × 2,264 (508 KB)wikimediacommons>Obscure2020Optimized with OxiPNG and ZopfliPNG.