- bring FWM plots back to life!
- some dispersion plots with the great help of chatGPT :-D
This commit is contained in:
@@ -137,7 +137,7 @@ classdef DataStorage < handle
|
||||
if ~isempty(tmp)
|
||||
|
||||
if isa(tmp,'double')
|
||||
value(i) = tmp ;
|
||||
value(i,:) = tmp ;
|
||||
elseif isa(tmp,'Signal') || isa(tmp,'struct') || isa(tmp,'Exfo_laser') || isa(tmp,'DC_supply')
|
||||
if i == 1
|
||||
value = {};
|
||||
|
||||
7
Classes/Warehouse_class/classes/Parameter.m
Normal file
7
Classes/Warehouse_class/classes/Parameter.m
Normal file
@@ -0,0 +1,7 @@
|
||||
classdef Parameter < StorageParameter
|
||||
methods
|
||||
function obj = Parameter(varargin)
|
||||
obj@StorageParameter(varargin{:});
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user