📄 field_debug.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -