⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ref_master.sci

📁 用来实现三维阻抗及光学断层成像重建的matlab程序
💻 SCI
字号:
function [Er]=ref_master(E,gnd_ind)Er=[];//function [Er] = ref_master(E,gnd_ind);// //Applying reference to the system. Modifying the system matrix to//preserve uniqueness.// // // //E       = The renk deficient by 1 system matrix//Er      = The full rank matrix//gnd_ind = The ground index   Er = E; Er(gnd_ind,:) = 0;//zeros(1,mas_c);Er(:,gnd_ind) = 0;//zeros(mas_r,1);Er(gnd_ind,gnd_ind) = 1;    //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%// This is part of the EIDORS suite.// Copyright (c) N. Polydorides 2001// Copying permitted under terms of GNU GPL// See enclosed file gpl.html for details.// EIDORS 3D version 1.0// MATLAB version 5.3 R11//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -