Skip to content
Snippets Groups Projects
Commit 169c3003 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

wgsigarray1 loader class with 1 small bug fixed

parent 8ed7d02c
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ classdef SCDclass_mdswgsigarray1 < SCDclass_mdswg
dbdata=mdsvalue(mdschannel);
dbtime=mdsvalue(['dim_of(' mdschannel ')']);
value.Data = single(interp1(dbtime,dbdata,timebase,'linear',0))';
value.Data(:,ii) = single(interp1(dbtime,dbdata,timebase,'linear',0))';
end
end
......
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