ALT Linux Bugzilla
– Attachment 4219 Details for
Bug 22796
Медленный вывод 3D графики из пакета octave.
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Тестовый М-скрипт
wave.m (text/plain), 406 bytes, created by
enemenko@mail.ru
on 2010-01-20 16:33:17 MSK
(
hide
)
Description:
Тестовый М-скрипт
Filename:
MIME Type:
Creator:
enemenko@mail.ru
Created:
2010-01-20 16:33:17 MSK
Size:
406 bytes
patch
obsolete
>c=3e8;lam=2e-6; >k=2*pi/lam; n=[1 1+0.25i]; >t=3e-15*linspace(0,30,1000); >x=1e-6*linspace(0,5,200); >y=1e-6*linspace(0,5,200); >w=c*abs(k); >[xx,yy]= meshgrid(x,y); >z=zeros(size(xx)); >for m=1:length(t) >z=exp(1i*k*(n(1)*xx+n(2)*yy)-1i*w*t(m)); >surf(xx,yy,real(z)); >% hold on >% surf(xx,yy,imag(z)); >% hold off >% axis([0 5e-6 0 5e-6 -1 1]); >shading interp; >colormap gray; >pause(0.01); >end; > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 22796
: 4219