• 大小: 46.12MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-01
  • 语言: C#
  • 标签: C#;Matlab  

资源简介

C#调用Matlab中dicomread与dicominfo为例编写了此示例,其中包括了C#与Matlab之间的数据转换,说明文档,源代码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MathWorks.MATLAB.NET.Arrays;

namespace DicomInterface
{
    public interface DicomRead
    {
        Double[] M_DicomRead(MWCharArray strFileName);
        MWStructArray M_DicomInfo(MWCharArray strFileName);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-15 12:29  CSharpMatlab\
     文件      626932  2017-03-15 12:23  CSharpMatlab\C#调用Matlab库函数.docx
     目录           0  2017-03-15 09:21  CSharpMatlab\CSharpCode\
     目录           0  2017-03-15 09:29  CSharpMatlab\CSharpCode\Interface\
     目录           0  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\
     文件        3466  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\DicomInterface.csproj
     文件        1330  2017-03-15 10:55  CSharpMatlab\CSharpCode\Interface\DicomInterface\DicomInterface.sln
     文件       41472  2017-03-15 11:19  CSharpMatlab\CSharpCode\Interface\DicomInterface\DicomInterface.v11.suo
     文件         327  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\DicomRead.cs
     目录           0  2017-03-15 09:29  CSharpMatlab\CSharpCode\Interface\DicomInterface\Properties\
     文件        1366  2017-03-15 09:29  CSharpMatlab\CSharpCode\Interface\DicomInterface\Properties\AssemblyInfo.cs
     目录           0  2017-03-15 09:33  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\
     目录           0  2017-03-15 12:29  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\Debug\
     目录           0  2017-03-15 12:29  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\Release\
     目录           0  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\
     目录           0  2017-03-15 10:30  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Debug\
     文件        3584  2017-03-15 10:30  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Debug\DicomInterface.dll
     文件        7680  2017-03-15 10:30  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Debug\DicomInterface.pdb
     目录           0  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Release\
     文件        3584  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Release\DicomInterface.dll
     文件        7680  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\bin\x64\Release\DicomInterface.pdb
     目录           0  2017-03-15 09:33  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\
     目录           0  2017-03-15 10:43  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\Debug\
     文件        6616  2017-03-15 10:43  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2017-03-15 12:29  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\Debug\TempPE\
     文件           0  2017-03-15 10:43  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\Debug\build.force
     目录           0  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\x64\
     目录           0  2017-03-15 10:47  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\x64\Debug\
     文件        6627  2017-03-15 10:09  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\x64\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         533  2017-03-15 10:30  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\x64\Debug\DicomInterface.csproj.FileListAbsolute.txt
     文件        6807  2017-03-15 10:30  CSharpMatlab\CSharpCode\Interface\DicomInterface\obj\x64\Debug\DicomInterface.csprojResolveAssemblyReference.cache
............此处省略60个文件信息

评论

共有 条评论

相关资源