2013年10月5日 星期六

迴路殺手(looper)


片長: 118分鐘
導演: 雷恩強生 (Rian Johnson)
演員: 喬瑟夫高登李維  (Joseph Gordon-Levitt)
             布魯斯威利  (Bruce Willis)
             艾蜜莉·布朗(Emily Blunt)

      在2074年的世界,由於DNA技術的進步,使得殺人滅跡不再容易,因此黑道幫派開始利用時光機將人送到30年前的世界交由迴路殺手(looper)來解決,迴路殺手的工作很簡單,只要到指定地點,拿著散彈槍,等著被蒙著面的人出現一槍斃命即可,賞金也相當優渥。但既然稱作looper,自然有其原因,30年後的looper會被黑道捕捉,然後送回現在交給looper本身解決掉,關閉這個迴路(closing the loop)。殺死一般人可獲得銀磚,殺死自己則獲得金磚,等關閉迴路後,looper即可拿著金磚享受30年的退休生活。

2013年10月3日 星期四

匿名

      匿名的世界,紛紛擾擾,沒有壓力也沒有防備,彷彿看得見一切,卻又什麼都看不見的世界。執著的情緒轉化成具體的形象,各具特色,是好是壞沒人知道,即使是網路,一個理想安定的世界依然不存在,因最終人們總渴望著現實。在虛幻的世界尋找現實,無可避免的矛盾導致無可避免的衝突,匿名所能稀釋的成效有限,滿溢出的情緒無處安置,最終還是流回自身,回到原點。

      鍵盤堆疊出的世界,華麗且永恆,但終究隨著電源切除而消散,消散之後,彷彿失去了什麼,但失去的卻又是從未擁有過的,最後只存在短暫停留過的記憶。

      邏輯的盡頭,不是理性與秩序的理想國,而是不斷重蹈覆轍的過錯。

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.

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