Buckets:
| %% Dataset creation | |
| n=10; % number of elements in the dataset | |
| data=cell(1,n); % initialisation of the dataset | |
| for i = 1:n | |
| data{i} = rand(3, 3); % Fill each slice with random values | |
| end | |
| % a={data{1},data{2}}; | |
| % b=dtetl(a); | |
| %% Initialisation | |
| Diameter=cell(1,2); % (list of) two endpoints diameter(s) of dataset. | |
| dt_ij=0; | |
| dt_ik=0; | |
| e_i=data{1}; | |
| diameter= cell(1,2); | |
| stop=false; | |
| %% | |
| for i=1:n-1 | |
| for k=i:n | |
| dt_ik=dt(data{k}); | |
| if dt_ik>dt_ij | |
| diameter{1}=dat{i}; | |
| diameter{2}=data{k}; | |
| dt_ij=dt_ik; | |
| end | |
| end | |
| end | |
Xet Storage Details
- Size:
- 576 Bytes
- Xet hash:
- 1e0ccede639170928e4ea0bf0f11548e643de580c4998f991c120612a296e8d3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.