正在加载图片...
MATLAB Basics(10/40) Variables and Arrays > Initialization using keyboard input √input() value input('Enter an input value:') Enter an input value:1.25 value 1.2500 name input('What is your name:''s' What is your name:Selim name Selim CDHAW 细月济大学 TONGJI UNIVERSITYMATLAB Basics(10/40) Variables and Arrays ➢ Initialization using keyboard input ✓ input() • value = input( 'Enter an input value: ' ) Enter an input value: 1.25 value = 1.2500 • name = input( 'What is your name: ', 's' ) What is your name: Selim name = Selim
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有