cartesianProd
Version 1.0.0 (2,08 KB) von
saeed oveisi
Carries out the index calculation of Cartesian products of any number of arrays and returns the resultant product aside the indices
Cartesian product of any number of sets is a set of tuples in which, all possible tuples with elements of initial sets are included.
for example: if A={1 2 3} and B = {a b} then A*B = {(1,a),(2,a),(3,a),(1,b),(2,b),(3,b)};
This function calculates the indices of production and also the resultant array as a cell;
Zitieren als
saeed oveisi (2025). cartesianProd (https://de.mathworks.com/matlabcentral/fileexchange/103465-cartesianprod), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2021a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0 |
