代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/451878/7454744
m speekersound.m
[f,p]=uigetfile('E:\MATLAB\R2006a\work\speeker\amintrain\*.wav');
file=f;
if f==0
return;
end;
[x,fs,bit]=wavread([p,f]);
sound(x,fs,bit);
www.eeworm.com/read/450063/7491136
cs program.cs
using System;
using MathWorks.MATLAB.NET.Arrays;
using MatMagic;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
//创建Matl
www.eeworm.com/read/450063/7491145
log build.log
Compiler version: 4.7 (R2007b)
Warning: Duplicate directory name: D:\Documents and Settings\developer\MATLAB.
mcc -W 'dotnet:MagicTest,MagicTestclass,0.0,private' -d 'D:\MagicTest\src' -T 'link:lib'
www.eeworm.com/read/450063/7491160
log build.log
Warning: Duplicate directory name: D:\Documents and Settings\developer\MATLAB.
mcc -W 'dotnet:MatMagic,MatMagic,0.0,private' -d 'D:\MatMagic\src' -T 'link:lib' 'class{MatMagic:D:\mymagic.m}'
Warni
www.eeworm.com/read/449167/7517379
m readme.m
% IMAGE COMPRESSION WITH NEURAL NETWORKS
%
% Unzip all files in Matlab current directory, then type "test_main" on
% Matlab command window.
%
% function [out]=nncompression(img,namefile)
% Th
www.eeworm.com/read/448905/7522801
m matrices.m
% Appendix F: MATLAB Basics, Section F.3, p. 823-827.
%
% The MATLAB use of matrices described in Section F.3
% includes Figures F.12 - F.17. After each subtopic, a
% pause is inserted to
www.eeworm.com/read/447444/7551031
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语