代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
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,回车后退出,继续执行下面的语
www.eeworm.com/read/447020/7560222
m ncversion.m
function theNCVersion = NCVersion
% NCVersion (no argument) returns or displays the modification
% date of the current "NetCDF Toolbox For Matlab-5".
% Copyright (C) 1997 Dr. Charles R. Denha
www.eeworm.com/read/446898/7563094
txt readme.txt
Using Guide:
matlab 6.5 version (or over version)+ image proceesing tools;
The 1st step, change the files directory as the matlab current directory;
The 2nd step, in the "command" window, inp