How can i add the two numbers specified in field A and B if num.A=2 and num.B=4

4 visualizzazioni (ultimi 30 giorni)
I am wondering how to add two fields together that are apart of a specified structure, num. Specifically, what command would be used?

Risposta accettata

Von Duesenberg
Von Duesenberg il 11 Mar 2018
It's not different from two seperate numeric variables: num.C = num.A + num.B

Più risposte (0)

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by