Teaching-1

x = linspace(0, 6.283, 6283); y1 = cos(x); y2 = cos(x*180/pi); figure(1) plot(x , y1, x, y2) axis ([0 3.14 -1 1]) grid on figure(2) plot(x , y1, x, y2) axis ([1.5708 4.7124 -1 1]) grid on x = linspace(1.5708, 4.7124, 181); k = linspace(90, 270, 181); y1 = cos(x); y2 = cos(x*pi/180); figure(1) plot(x , y1) #axis ([0 3.14 -1 1]) grid on figure(2) plot(k, y2) #axis ([1.5708 4.7124 -1 1]) grid on

分福茶釜

這個扭蛋是關於一則日本民間故事~分福茶釜。日本群馬縣茂林寺有保存一個茶釜,據說這個茶釜是由一隻狸貓變身成的。 傳說很久以前有一位生活貧困的老先生,他在野外發現一隻狸貓被陷阱所困,然後這位老先生立即救了這支狸貓。為了感謝老先生的恩德,狸貓變身成茶釜並建議老先生賣掉茶釜換成錢來改善生...