Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストのリストと同等のデータ構造が必要な matlab に機能を実装しようとしています。私が見つけたものに基づいて、セル配列のセル配列は、matlab と同等です。
ありがとう。
はい、大まかに言えば...リストがシーケンシャルアクセスで、セル配列がランダムアクセスであることを除いて。 つまり、セル配列は実際には配列であり、リストではありません。MatLab には類似のリストはないと思うので、これが最も近いものです。