📄 glue.m
字号:
function f=glue(y,z);%> <glue.m> glues jumps in given functions producing 'continuous' %> functions as output. This assumes that the jumps in function values%> are multiples of a positive number z which is given as input. %> Examples are jumps of value \pi in phase shifts etc.%> Call glue(y,z); %> y a M x N matrix, each row is a function y=y(x) which is to%> be glued,%> z > 0 is the smallest common factor in the jumps.%>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -