資源簡介
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個文件信息
評論
共有 條評論