We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be56b7 commit ea1cc9bCopy full SHA for ea1cc9b
+DSS_MATLAB/APIUtil.m
@@ -152,7 +152,7 @@ function delete(obj)
152
function result = get_int32_gr_array(obj)
153
data = calllib(obj.libname, 'ctx_DSS_GR_DataPtr_PInteger', obj.dssctx);
154
cnt = obj.CountPtr_PInteger.Value;
155
- setdatatype(data, 'int32Ptr', 1, cnt);
+ setdatatype(data, 'int32Ptr', 1, cnt(1));
156
result = data.Value;
157
if obj.allow_complex && (cnt(4) ~= 0)
158
% If the last element is filled, we have a matrix. Otherwise, the
0 commit comments