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


摘要

描述
English: Illustration of the voltage-current phase relationships for a capacitor and an inductor.
日期
来源 自己的作品
作者 Andel
授权
(二次使用本文件)
Public domain 此圖表不符合版權的資格,因此屬於公有領域,因為它完全由以下信息組成共同財產,不包含原作者身份。參見Commons:Threshold of originality的圖表部分。

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

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

其他版本 File:VI phase.png
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用MATLAB创作。
源代码
InfoField

MATLAB code

x = linspace(0,3*pi,1000000);
y1 = sin(x+0.5*pi)
y2 = sin(x)
y3 = -sin(x)
tiledlayout(2,1)
ax1 = nexttile;
plot(ax1,x,y1,x,y2,'LineWidth',2)
xlim([0 3*pi])
ylim([-1.1 1.1])
title(ax1,'Capacitor V - I phase relationship', 'FontSize', 14)
xlabel(ax1,'Time')
legend('Current','Voltage')
ax2 = nexttile;
plot(ax2,x,y1,x,y3,'LineWidth',2)
xlim([0 3*pi])
ylim([-1.1 1.1])
title(ax2,'Inductor V - I phase relationship', 'FontSize', 14)
xlabel(ax2,'Time')
legend('Current','Voltage')

说明

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

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2021年3月18日 (四) 13:212021年3月18日 (四) 13:21版本的缩略图700 × 600(76 KB)Nyqconverted text from paths to true editable text, decapitalized common nouns
2020年5月24日 (日) 15:192020年5月24日 (日) 15:19版本的缩略图700 × 600(70 KB)Andelcleaner code
2020年5月24日 (日) 14:342020年5月24日 (日) 14:34版本的缩略图700 × 600(177 KB)Andel== {{int:filedesc}} == {{Information |description=|Description={{en|Illustration of the voltage-current phase relationships for a capacitor and an inductor.}} |date= 2020-05-24 |source={{own}} |author=Andel |permission= {{PD-chart}}{{self|cc-zero}} |other versions= File:VI phase.png |other fields={{Igen|MATLAB|0|+|code= x = linspace(0,3*pi,1000000); y1 = sin(x+0.5*pi) y2 = sin(x) y3 = -sin(x) tiledlayout(2,1) ax1 = nexttile; plot(ax1,x,y1,x,y2,'LineWidth',2) xlim([0 3*pi])...

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据