2024 年 10 月 7 日 - 11 月 10 日,加入 MATLAB Shorts Mini Hack 大賽!
用 ≤2,000 個(gè)字符的 MATLAB 代碼來創(chuàng)建 12s 短片,或者圍觀點(diǎn)贊現(xiàn)有作品,或者對現(xiàn)有作品進(jìn)行再創(chuàng)作!
用有限的代碼,釋放你無的創(chuàng)造力!
先 / 睹 / 為 / 快
以下作品使用了 613 個(gè)字符的 MATLAB 代碼完成。感興趣的你也可以在自己的電腦上跑一下,執(zhí)行有聲哦:
作者注釋:
Eric Ludlam: 音頻是由我編寫的振蕩器生成的,該振蕩器由這個(gè) minihack 腳本控制,以確保它與視頻同步。請參閱下面 pumpspring 的注釋部分。
Pumpspring 是從去年比賽中我同名的 minihack 改編而來的,這樣我就可以嘗試生成聲音。由于聲音生成不是 minihack 的一部分,我可以將其注釋掉以節(jié)省字符。
function drawframe(f) persistent P Srf Zx spring=sinpi(f/24)+2; n=300;% Resolution of the sphere S=10; % Number of spirals w=.1/spring;% Thickness of the ribbon. nb=12;% Number of bumps in the punkin % Theta goes around S times, with n verts per round. T=linspace(0,S*2,n*S); T=[T;T];% top and bottom of ribbon % Phi slowly goes from -.5 to .5 (top+bottom of sphere) with same # verts % as theta. P=linspace(-.5+w,.5,3000); %P=-.5:.0003:.5; P=[P;P-w];% top and bottom of ribbon, thickness of w. % Radius of punkin has bumps. R modulates # of bumps. R=1-(1-mod(T*nb,2)).^2/15; % Make the surface coordinates X=cospi(P).*cospi(T); Y=cospi(P).*sinpi(T); if f==1 Z=(.8+(0-(P*2).^4)*.2).*sinpi(P); Zx=max(Z,[],'all'); % Draw Srf=surf(R.*X,R.*Y,R.*Z,'FaceColor','#f71','EdgeColor','n'); surface(X/12,Y/12,Z/2+.7,'FaceColor','#080','EdgeColor','n'); camlight lighting g material([.6 .9 .3 2 .5]) daspect([1 1 1]); axis([-1 1 -1 1 -3 .5],'off'); set(gca,'pos',[0 0 1 1],'clipping','off'); set(gcf,'color','w'); end Z2=(.8+(0-(P*2).^4)*.2).*sinpi(P)*spring; Z2x=max(Z2,[],'all'); set(Srf,'ZData',Z2-diff([Zx Z2x])); %% Generate a tone: % Tone is based on how sproinged the pumpkin is. %springnorm = (spring-1)/2; % AS is "audio syncrhonizer" object I wrote for this purpose. %AS.osc.freq = 80-springnorm^4*20; %AS.osc.volume = springnorm^5;為什么要參與?
創(chuàng)意表達(dá):用 MATLAB 將你的想法以短片方式呈現(xiàn)出來
小白友好:沒有經(jīng)驗(yàn)也沒關(guān)系,歡迎所有人參與
社區(qū)互動(dòng):為你喜歡的作品投票,或?qū)ΜF(xiàn)有作品進(jìn)行再創(chuàng)作
贏取大獎(jiǎng):還可能收獲令人興奮的獎(jiǎng)勵(lì)(獎(jiǎng)金、禮品卡、紀(jì)念衫等)!
如何參與?
使用 MATLAB 代碼創(chuàng)造你的 12s 精彩短片
本次競賽持續(xù) 5 周:2024 年 10 月 7 日 00:00 - 11 月 10 日 23:59(美東時(shí)間)
提交作品參與比賽,或參與互動(dòng),為你喜歡的任意多的作品投票等
從社區(qū)中汲取創(chuàng)作靈感,加入你自己的創(chuàng)意,對現(xiàn)有作品進(jìn)行再創(chuàng)作,使其成為你的作品
-
matlab
+關(guān)注
關(guān)注
182文章
2960瀏覽量
230044 -
振蕩器
+關(guān)注
關(guān)注
28文章
3807瀏覽量
138818 -
代碼
+關(guān)注
關(guān)注
30文章
4726瀏覽量
68248
原文標(biāo)題:加入 MATLAB Shorts Mini Hack 大賽, 用有限的代碼釋放你無限的創(chuàng)造力!
文章出處:【微信號(hào):MATLAB,微信公眾號(hào):MATLAB】歡迎添加關(guān)注!文章轉(zhuǎn)載請注明出處。
發(fā)布評論請先 登錄
相關(guān)推薦
評論