Help with Matlab code to add mutliple variables to my help function
显示 更早的评论
Hey guys, so I am working on a project and I have run into a problem. I am attempting to take 10 tables I created under the variables z1-z10, and then was trying to use the help function to have it create a table where each tables data is put into it. So atm my code whenever i go help=z10 will make the table and put the number i want which is 60 in the positions I want. But then whenever I try something like help=z10,z9. it only shows the 60 and not the 59s from my z9 table. I am wondering if yall know a way I can have multiple inputs into that help function? I have also tried just doing 10 help functions but then it just keeps rewriting help into whatever the last variable is so that did not work either.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!