加载中…
  
博文
图像坐标 题目添加
figure( 'name', 'write name u wanna be' );
一幅对话框中子图像
subplot( 2, 1, 1 );上面图
subplot( 2, 1, 2 );下面图
subplot(2,2,1) subplot(2,2,2)
subplot(2,2,3) subplot(2,2,4)
-----------我是分界线----------------
每幅图像添加坐标,标题
title(‘name of ur plot ’)
xlabel( 'horizonal position' );
ylabel( 'vertical position' );
zlabel( 'deflectoin' );
legend('deflection and fitting', 'Location', 'NorthEast' ); %右上角添加说明
观察角度改变
view( -41.5, 22 );
-----------------我是分界线-------------------
画完图像,觉得坐标尺度不是自己想要的怎么办
可以用xlim,ylim,zlim修改一下坐标尺度
例如
>> xlim([-0.0015 0.0015]);
同理ylim,zlim
------------我是分界线-----------------------
 arg min{ } 表示使目标函数取最小值时的变量值 

In mathematics, arg max (or argmax) stands for the argument of the maximum, that is to say, the set of points of the given argument for which the value of the given expression_r attains its maximum value

(2013-03-24 12:08)
标签:

杂谈

 

如果说计算机之父图灵的“图灵测试”是人工智能的判定标准(图灵因此又是人工智能之父),那么,心智哲学专家塞尔的“中文屋子”则是区分强人工智能和弱人工智能的判定标准。

强人工智能——可用计算机之父图灵的“图灵测试”

(2012-06-26 08:04)
标签:

杂谈

 

 

电磁波是传递信息用的,那么有个主通道和次通道,主通道的为同极化,次通道的必然被定义为交叉极化。

 

http://s9/middle/60542f66hc3552c1cb9b8&690 

     交叉极化指Cross Polarization, 这是相对Co-Polarization(主极化方向)而言的。Cross-Polarization 一般与Co-Polarization垂直. 极化是指在最大辐射方向上辐射电波的极化,其定义为在最大辐射
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有