[go: up one dir, main page]

Menu

[73c35b]: / anal / pldfvinit.m  Maximize  Restore  History

Download this file

8 lines (7 with data), 278 Bytes

1
2
3
4
5
6
7
% pldfvinit.m : script file to create and save the plasma dispersion function table
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
%
pldfv=pldftab(0.075,0.075,61,48,-3,0);
save(fullfile(path_GUP,'matfiles','pldfv'),'pldfv');
disp('pldfv saved');