Azzera filtri
Azzera filtri

loop and mixing for tables

1 visualizzazione (ultimi 30 giorni)
addy fang
addy fang il 30 Lug 2020
If Variables A, B, C each varies from 0 to 100, and their sum equal to 100.
I tried the following:
for A, B, C = 0:10:100, A+B+C=100,
z=A*T1.+B*T2.+C*T3.
end
%%%T1, T2, T3 are tables, containing similar structures (same columns/rows, similar type of data)%%%
It seems that there is some problem.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements 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