原创 [learning materials] radicals

https://ling-lingchinese.com/worksheets/ 這個網頁比較齊全 點贊 收藏 分享 文章舉報 Yuinfen 發佈了37 篇原創文章 · 獲贊

原创 linux_Problem when trying to run shell script : No such file or directory

even when you chmod, and nano, it's messy code or the error report says that, it is binary files could ref to this web

原创 [learning materials] quiz on pinyin, stroke, tone and semantics

1 pinyin and semantics quiz 可以自己輸入材料,然後讓被試進行選擇 https://www.mdbg.net/chinese/dictionary?page=charquiz https://www.mdbg.

原创 [learning materials] tone and phonetics

1 tones and phonetics http://www.easymandarin.cn/online-chinese-lessons/chinese-phonetics/ Initials: b   p   m   f

原创 LINUX basics (Youtube)

I learned this on the Youtube https://www.youtube.com/watch?v=5UpIXY-g5Lk&list=PLT98CRl2KxKHaKA9-4_I38sLzK134p4GJ&inde

原创 [learning materials] writing learning

這裏有很多資源可以用 http://www.mandarintools.com/shufa.html apps 1 skritter https://skritter.com/ 2 cwm-4.0  Chinese writing

原创 [初學筆記] matlab中 函數m文件創立,匿名函數的建立和調用

創建函數的兩種方式 (1)m文件 (2)匿名函數 按照書本的步驟進行的 (1) 下面是我的function文件 function y = ellipse(x) y = sqrt(9-x^2); 並保存名字爲‘ellipse’的m文件裏

原创 [初學筆記] matlab報錯 Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)

如題的問題,我是在寫function的時候出現的 網上有人的解釋是 超出了遞歸限制~~ 然後貌似加上一個語句就可以了,改一下遞歸限制, set(0,'RecursionLimit',1000) 但是有解釋是說,這樣電腦會cra

原创 Effect size (converting eta squared to cohen's f or d)__ statistics

we used to use the partial eta squared to report the effect size of f test(anova)but on this paper who reported cohen's

原创 轉載自某個blog “如果看了此文你還不懂傅里葉變換,你就掐死我吧”

由於覺得這篇文章寫得太好,有擔心日後沒掉。所以 轉載 記錄 http://blog.jobbole.com/70549/ 傅里葉分析不僅僅是一個數學工具,更是一種可以徹底顛覆一個人以前世界觀的思維模式。但不幸的是,傅里葉分析的公式看

原创 [初學筆記] matlab中的nargin系列函數

1 nargin nargin 用於調控function的執行中的變量的輸入個數 用於判定輸入變量的個數,從而在不同變量個數的 狀況下實現不同的 功能 因此一般在function裏面會設置好默認值 只有一個輸出變量,和多個輸入變量 如果

原创 Image registration (longitudinal studies) in SPM

主要閱讀下面的這一篇paper,關於怎麼用 spm 12 中新增的 toolbox 做的 longitudinal registration,然後在這裏面提到的一些概念的解讀以及data的來源都可以在下面的網頁中找到。 這篇paper

原创 [初學筆記] matlab中 提高代碼效率 的 技巧

參考,轉自 http://developer.51cto.com/art/201104/255128_all.htm http://developer.51cto.com/art/201104/255128_1.htm 1 M-Lin

原创 [初學筆記] matlab的 gui

下面是 matlab 裏面的 file exchange部分的 gui,有很多不同類型的 gui http://cn.mathworks.com/matlabcentral/fileexchange/?utf8=%E2%9C%93&ter

原创 matlab 的並行運算

主要是想在server上實現 matlab 的 並行運算,問了一些人,大概有兩個思路。(p.s. server上是 linux 系統) “有兩種方式,一種是bash parallel processing,需要提前計算好程序的動態CPU和