ch204.m
来自「胡广书例题matlab源程序,每章节均有,比较精彩」· M 代码 · 共 11 行
M
11 行
x=input('input the value of x:')
if x>1
y=1
end
if (x>0) & (x<=1)
y=x
end
if x<=0
y=0
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?