代码搜索:MATlab

找到约 10,000 项符合「MATlab」的源代码

代码结果 10,000
www.eeworm.com/read/13887/285197

m mesh_freesurfertri2matlab.m

function [vertices,faces] = mesh_freesurferTRI2matlab(file) % MESH_FREESURFERTRI2MATLAB - Read FreeSurfer tesselation (.tri) % % USEAGE: [vertices,faces] = mesh_freesurferTRI2matlab(file) % %
www.eeworm.com/read/13887/285313

m mesh_bet2matlab.m

function [FV] = mesh_bet2matlab(fileprefix) % MESH_BET2MATLAB - Read FSL BET tesselation (.coo/.dat) % % USEAGE: [FV] = mesh_bet2matlab(fileprefix) % % This function will load ascii files cre
www.eeworm.com/read/13887/285317

m mesh_emse2matlab.m

function [vertex,face,edge,mesh] = mesh_emse2matlab(file,options) % MESH_EMSE2MATLAB - Convert EMSE mesh (.wfr) to matlab format % % USEAGE: [vertices,faces,edges,meshtype] = mesh_emse2matlab(fil