代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/439655/7703953
doc matlab中使用excel数据.doc
www.eeworm.com/read/436995/7757508
pdf gps matlab toolbox review.pdf
www.eeworm.com/read/436710/7765471
txt matlab实现潮流计算程序.txt
Matlab实现潮流计算程序你可以通过这个链接引用该篇文章:http://lntianxia.bokee.com/viewdiary.16330339.html
程序代码如下:
111111.
%读入数据
clc
clear
filename='123.txt';
a=textread(filename)
n=a(1,1);
pinghengjd=a(1,2);
www.eeworm.com/read/436501/7769168
txt matrix_multiply_matlab_output.txt
< M A T L A B >
Copyright 1984-2006 The MathWorks, Inc.
Version 7.3.0.298 (R2006b)
August 03, 20
www.eeworm.com/read/436160/7776040
doc matlab_tool_box_spider.doc
www.eeworm.com/read/435487/7791217
txt 霍夫曼编码的matlab实现.txt
%哈夫曼编码的MATLAB实现(基于0、1编码):
clc;
clear;
A=[5,3,1,6,2];%原概率序列
A=A/sum(A);
A=fliplr(sort(A));%按降序排列
T=A;
[m,n]=size(A);
B=zeros(n,n-1);%空的编码表(矩阵)
for i=1:n
B(i,1)=T(i);%生成编码表的第一列
end
r=B(i
www.eeworm.com/read/435352/7793157
pdf matlab-fuzzy logic.pdf
www.eeworm.com/read/298885/7927653
pdf matlab_编程风格指南.pdf
www.eeworm.com/read/198082/7951851
txt how-to-draw-circle-in-matlab.txt
function h=ellipse(ra,rb,ang,x0,y0,C,Nb)
% Ellipse adds ellipses to the current plot
%
% ELLIPSE(ra,rb,ang,x0,y0) adds an ellipse with semimajor axis of ra,
% a semimajor axis of radiu