Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5c3dfa48 authored by DIB Elian's avatar DIB Elian
Browse files

Fixed size issue

parent 6a3f500b
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ function toSubAps(data,Dir,varargin) ...@@ -4,6 +4,7 @@ function toSubAps(data,Dir,varargin)
sz = size(data); sz = size(data);
sz = sz(4:end); sz = sz(4:end);
sz(end+1:2) = 1;
mask = true(sz); mask = true(sz);
p = inputParser(); p = inputParser();
p.addParameter('name' , '' , @ischar); p.addParameter('name' , '' , @ischar);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment