代码搜索:plotting

找到约 1,607 项符合「plotting」的源代码

代码结果 1,607
www.eeworm.com/read/475765/6777701

m ex5_17.m

% EX5_17.M Step response of second order differential equation % D2y + 2*z*Wn*Dy + Wn^2*y=U(t) for underdamped and critically % damped system ; z=2/Wn and z=1, wn=sqrt(40) clear
www.eeworm.com/read/472548/6869864

m attinit.m

function structData=AttInit(fcname) %initialization function for 2D attractor plotting structData.SelVar=[]; structData.InitCond=[]; structData.ParamVal=[]; structData.TimeRange=[]; switch l
www.eeworm.com/read/294077/8254942

m attinit.m

function structData=AttInit(fcname) %initialization function for 2D attractor plotting structData.SelVar=[]; structData.InitCond=[]; structData.ParamVal=[]; structData.TimeRange=[]; switch l
www.eeworm.com/read/172474/9706063

m fern.m

function fern(n) %FERN %Draws a fractal fern. %Calling format: fern(n), where n is desired # iterations. %Copyright Gareth Williams, Stetson University %gwilliam@stetson.edu, http://www.stet
www.eeworm.com/read/172474/9706075

m tree.m

function tree(n) %TREE %Draws a fractal tree. %Calling format: tree(n), where n is desired # iterations. %Copyright Gareth Williams, Stetson University %gwilliam@stetson.edu, http://www.stetso
www.eeworm.com/read/172474/9706084

m sierp.m

function sierp(n) %SIERP %Draws a fractal Sierpinski triangle. %Calling format: sierp(n), where n is desired # iterations. %Copyright Gareth Williams, Stetson University %gwilliam@stetson.edu,
www.eeworm.com/read/334304/12613462

m denfisp.m

% Dynamic Evolving Neural-Fuzzy Inference System: DENFIS Plotting Function %================================================================================ %= Function Name: denfisp.m
www.eeworm.com/read/236025/14035530

m plotvow.m

% PLOTVOW Script for plotting the simulated vowels database. % load vowels; hf = figure; plot(a(:,1),a(:,2),'y+'); hold on; set(gca,'xlim',[0 3000],'ylim',[0 3000],'dataaspectratio',[1 1 1e-6]); xl
www.eeworm.com/read/192685/8366429

txt 如何调用getglyphoutline函数.txt

这 个 函 数 的 难 点 在 于 返 回 的 字 体 数 据 的 格 式 。 我 们 的 时 间 有 限 , 无 法 给 出 VB实 例 。 这 里 只 能 给 出 三 篇 有 关 的 文 章 供 你 参 考 。 如 果 你 能 完 成 VB实 例 , 我 们 也 非 常 希 望 能 在 我 们 的 站 点 上 与 大 家 分 享 。 这 三 篇 文 章 都 来 自 微 软 的 Knowledg
www.eeworm.com/read/187764/8602303

java deluxeplotgraph2.java

package DeApp1.plot; import java.awt.*; // Import all classes from the java.awt package // AWT is the Abstract Window Toolkit. The AWT import java.io.*; import