8 lines
207 B
Matlab
8 lines
207 B
Matlab
function [outputArg1,outputArg2] = ChangeMReg2Zn(inputArg1,inputArg2)
|
|
%UNTITLED2 此处显示有关此函数的摘要
|
|
% 此处显示详细说明
|
|
outputArg1 = inputArg1;
|
|
outputArg2 = inputArg2;
|
|
end
|
|
|