matlab怎么判断cell结构中出现过一个struct元素没有

2025-04-14 06:45:52
推荐回答(1个)
回答1:

用结构体的引用方法进行一一比较,if d.a == tmp.a && d.b == tmp.b