File:Double Exponential Function.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为700 × 550像素,文件大小:19 KB)


摘要

描述
English: Graph or double exponential compared to ordinary exponential function.
日期
来源 自己的作品
作者 Andel
授权
(二次使用本文件)
Public domain 此圖表不符合版權的資格,因此屬於公有領域,因為它完全由以下信息組成共同財產,不包含原作者身份。更多資訊參見Commons:Threshold of originality § Charts

العربية | Deutsch | English | español | français | italiano | 日本語 | македонски | română | русский | slovenščina | 中文(简体) | 中文(繁體) | +/−

我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

其他版本 File:Double Exponential Function.PNG
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用MATLAB创作。
源代码
InfoField

MATLAB code

function createfigure(X1, YMatrix1)

figure1 = figure;

axes1 = axes('Parent',figure1);
hold(axes1,'on');

plot1 = plot(X1,YMatrix1,'LineWidth',2);
set(plot1(1),'DisplayName','y = 1.5^x');
set(plot1(2),'DisplayName','y = 1.5^{1.5^x}');

xlim(axes1,[-7.1 7.1]);
ylim(axes1,[0 14]);
box(axes1,'on');
grid(axes1,'on');
hold(axes1,'off');
legend1 = legend(axes1,'show');
set(legend1,'Location','northwest','FontSize',15);

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2020年5月25日 (一) 04:192020年5月25日 (一) 04:19版本的缩略图700 × 550(19 KB)Andel== {{int:filedesc}} == {{Information |description=|Description={{en|Graph or double exponential compared to ordinary exponential function.}} |date= 2020-05-25 |source={{own}} |author=Andel |permission= {{PD-chart}}{{self|cc-zero}} |other versions= File:Double Exponential Function.PNG |other fields={{Igen|MATLAB|0|+|code= function createfigure(X1, YMatrix1) figure1 = figure; axes1 = axes('Parent',figure1); hold(axes1,'on'); plot1 = plot(X1,YMatrix1,'LineWidth',2); set(pl...

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据