Skip to content
Snippets Groups Projects
Commit 546fd9a6 authored by Federico Felici's avatar Federico Felici
Browse files

SCDliuqe algo with small .sldd

parent d70a0682
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,8 @@ classdef SCDalgo_liuqe_test < matlab.unittest.TestCase
algoobj.callinits; % calls inits defining fixed parameters etc
algoobj.setup; % calls possible tunable parameters
shot = 61400; t = 0:1e-3:1;
Lcall = algoobj.getinits{2}{1};
L = Lcall(algoobj);
assignin('base','LX',liuxtcv(shot,t,L));
liuqeLXBus;
liuqeLYBus;
algoobj.compile;
algoobj.sim;
modelname = algoobj.getname;
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment