field_debug.m

来自「FIELD II 是B超的matlab仿真程序。 执行 先运行 fie」· M 代码 · 共 19 行

M
19
字号
%  Procedure for initialize the Field II debugging. This will print%  out various information about the programs inner working.%%  Calling:  field_debug(state)%%  Parameters:  State - 1: debugging, 0: no debugging.%%  Return:   nothing.%%  Version 1.0, November 20, 1995 by Joergen Arendt Jensenfunction res = field_debug (state)%  Call the C-part of the program to debug it  Mat_field (5010,state);

⌨️ 快捷键说明

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