Matlab中如何表示pair。

请问C++中的pair,Matlab中有对应的表示方法吗?

 Accepted Answer

seskirk
seskirk on 15 May 2023

0 votes

matlab中的struct。a.first = 1; a.second = "ha"; 不过换一种思维方式或许可能更好。

More Answers (0)

Categories

Asked:

on 15 May 2023

Answered:

on 15 May 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!