科学网

 找回密码
  注册
MATLAB 程序调试的断点和步进
张欣 2013-10-21 21:40
MATLAB程序中 常见错误通常包括: 1 拼写错误。这种最容易找出,新版的MATLAB 中在输入时往往有命令拼写提示。 2 语法错误。往往是稍加标点,括号,或者语句中的 end等不对应。 3 逻辑错误。 常用调试步骤: 1 断点。使程序在某一行停止运行,显示当时结果。 断点操作 dbstop in mfile:在文件名为mfile的M文件 ...
个人分类: matlab学习|22608 次阅读|没有评论
matlab mapping toolbox 示例1
张欣 2013-10-16 17:29
a = worldmap('World') %worldmap worldmap region or worldmap(region) sets up an empty map axes with projection and limits suitable to the part of the world specified in region . region can be a string or a cell array of strings. Permissible strings include names of continents, coun ...
个人分类: matlab学习|5820 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-22 08:36

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部