Hi MATLAB Community,
I Would to show a equation in the follow expression :
T = a1*f1+a2*f2+a3*f3+...+an*fn.
The vector there are all coeficient (a) and also the matriz (f), (depend of result the code previously).
I would to have a idea, how to build a structure, for take the value present in vector (a) and matriz (f), and show the equation example before. (The quantity of element can be different).
a = [ 1 2 3]
T = 1.*F1+2*F2+3*F3;
Could help me?
Thank you.
Guilherme
0 Comments
Sign in to comment.