Memorandums

知覚・認知心理学の研究と教育をめぐる凡庸な日々の覚書

Experimental programming using Matlab

2005-06-03 | Computer & Network
MatClassAll.pdf

Topic 9-14
 プログラミング経験者ならば、半日で基本的な考え方を理解できるだろう。この場合、前半のTopic 8までは飛ばしても良い、とされている(PsychToolBox HP)が、Topic 6 Functionなどは参照する必要があるし、いくつかミスもあるようだ。しかし、とりあえずはWeb上で手軽に読める点が貴重だ。
注意)
Put the PsychToolbox in the toolbox folder in Matlab. Remember to add the psychtoolbox folder to your path.
Pathは初心者がうっかりしやすい点であるから注意。
The computer has to know where to look for your file. The computer can read files that are in the computer’s current directory, or that are in the computer’ssearch path.
To tell the computer where to look, you set the path. There are two ways to set apath.

Setting the path via the menu bar
Click on the command window and go to the menu bar and choose: File->Set Path. A pop-up window will appearChoose Add to Path and choose the Desktop. Then go to File->Save Path. Then exit the pop-up window.

Setting the path in your code
>p=path;
>path(p,‘c:?Winnt?Profiles?Fine?Desktop’)

 その後はダウンロードしたファイルから
>help psychdemos
で、 適宜サンプルを見ながら。

References
Dr. Ione Fine/Doheny Eye Institute/Keck School of Medicine
University of Southern California
http://psy.ucsd.edu/~ifine/


コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Mercadante: Flute Concerto in D

2005-06-03 | Music
 Mercadanteは未知の作曲家。19世紀イタリア(ナポリ)のオペラ作曲家である。Galwayで聴くフルート協奏曲は、Mozartのような明るさと透明感を楽しませて秀逸。
 Mercadanteを調べて見つけたStanford.eduのサイトは、4400人のオペラ作曲家とその24,000以上のオペラの「完全リスト」を誇っている。これほどあれば不満はない。

References
Galway/I Solisti Veneti/Scimone /Mercadante: Flute Concerto in D/CD: RCA 7703
OperaGlass http://opera.stanford.edu/

コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする