2013年9月24日 星期二

[Matlab] 移除極座標內的格點線

http://www.mathworks.com/support/solutions/en/data/1-1BPZF/index.html?product=ML&solution=1-1BPZF


Subject:
How can I remove the grid lines and labels from a polar plot within MATLAB?

Problem Description:
I have created a plot with the POLAR function from which I want to remove the grid lines and labels. However, changing the axes' properties does not affect the polar plot.

Solution:
There are no actual polar axes in MATLAB 6.5.1 (R13SP1) and earlier versions. The polar plot is created with a patch object representing the background, and multiple line and text objects used to create the grid lines and labels, respectively. These objects exist in an axes, whose "Visible" property has been set to "off".

You can remove the labels and grid lines from a polar plot by locating their handles with the FINDALL function, and using the DELETE function to remove them.


% create the polar plot, and store the line's handle
p = polar((0:99)*pi/100, (0:99)/100);

% find all of the lines in the polar plot
h = findall(gcf,'type','line');

% remove the handle for the polar plot line from the array
h(h == p) = [];

% delete all other lines
delete(h);

% find all of the text objects in the polar plot
t = findall(gcf,'type','text');

% delete the text objects
delete(t);

2013年9月15日 星期日

Eva Green 伊娃‧葛林



英文全名:   Eva Gaëlle Green    wiki   IMDb
出生日期:   1980年7月5日
身高:            168 cm
出生地:        Santa Monica, California, U.S.

伊娃·葛林,法國電影女演員,生於法國的巴黎。她最著名的角色是在第21部007系列電影,《007首部曲:皇家夜總會》飾演的龐德女郎,慧絲·柏蓮。 維基百科

    知名美國性感女星,第一次注意到她是《永恆之門》反差極大的兩個角色,當下完全看不出那氣質童年玩伴跟黑色龐克風的兩人都是她,後來才慢慢被她吸引。出演作品雖不多,但知名度相當響亮,某種程度上應該歸功於那豔麗迷人的外表與魔鬼身材吧。


Christina Ricci 克莉絲汀娜·蕾茜




英文全名:   Christina Ricci    wiki   IMDb
出生日期:   1980年2月12日
出生地:        Santa Monica, California, U.S.

    克莉絲汀娜·蕾茜,美國演員,童星出身,成名作為《阿達一族》,長大後憑《冰風暴》成功轉型,亦因在《對抗性誘惑》中的演出入圍金球獎最佳音樂及喜劇類電影女主角。 在《斷頭谷》及《女魔頭》中的表現亦相當出色,近期電影則有《真愛之吻》、《駭速快手》及《我愛紐約》等。
維基百科