Help with Matlab code to add mutliple variables to my help function
Mostrar comentarios más antiguos
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.
Respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!