How can i add the two numbers specified in field A and B if num.A=2 and num.B=4
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Kyle Hunter
el 11 de Mzo. de 2018
Comentada: Kyle Hunter
el 11 de Mzo. de 2018
I am wondering how to add two fields together that are apart of a specified structure, num. Specifically, what command would be used?
0 comentarios
Respuesta aceptada
Von Duesenberg
el 11 de Mzo. de 2018
It's not different from two seperate numeric variables: num.C = num.A + num.B
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!