自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

#+!

  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

转载 查找数组中的NAN IDL

The problem is that an NAN is ... well, not a number. Thus, you can't use it in expressions that require a number. (Think of it as a mathematical Catch-22, if you like.)The proper way to write thi

2016-03-28 22:51:00 2436

转载 IDL format codes

Syntax of Format CodesThe syntax of an IDL format code is:[n]FC[+][-][width]Where:nis an optional repeat count (1 ≤ n) specifying the number of times the format code

2016-03-10 19:26:21 762

转载 Save .mat file in older version matlab

down voteEven in the current version, the default format is not v7.3. You must specify it:save(matfile, '-v7.3', 'var1', 'var2');You can also set the default in "General Preferences":

2016-03-10 00:42:44 651

codeviewer

乱码查看

2011-11-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除