`
deepfuture
  • 浏览: 4335444 次
  • 性别: Icon_minigender_1
  • 来自: 湛江
博客专栏
073ec2a9-85b7-3ebf-a3bb-c6361e6c6f64
SQLite源码剖析
浏览量:79445
1591c4b8-62f1-3d3e-9551-25c77465da96
WIN32汇编语言学习应用...
浏览量:68425
F5390db6-59dd-338f-ba18-4e93943ff06a
神奇的perl
浏览量:101560
Dac44363-8a80-3836-99aa-f7b7780fa6e2
lucene等搜索引擎解析...
浏览量:281325
Ec49a563-4109-3c69-9c83-8f6d068ba113
深入lucene3.5源码...
浏览量:14622
9b99bfc2-19c2-3346-9100-7f8879c731ce
VB.NET并行与分布式编...
浏览量:65625
B1db2af3-06b3-35bb-ac08-59ff2d1324b4
silverlight 5...
浏览量:31341
4a56b548-ab3d-35af-a984-e0781d142c23
算法下午茶系列
浏览量:45239
社区版块
存档分类
最新评论

matlab-输入和输出以及菜单

阅读更多

>> disp(A)
     6    -4     8
    -5    -3     7
    14     9    -5

>> disp('hello,world')
hello,world
>> disp(A)
     6    -4     8
    -5    -3     7
    14     9    -5

>> x=input('please input a number:')
please input a number:9

x =

     9

>> x=input('please input a string:','s')
please input a string:sss

x =

sss

>> x

x =

sss

>> k=menu('name','o1','o2')



 

 > temp=input('Enter [x y] pair:')
Enter [x y] pair:[1,2]

temp =

     1     2

>> temp(1)

ans =

     1

>> temp(2)

ans =

     2

  • 大小: 10.9 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics