Then one can do:
Y = r+o+s
plot(x,Y) # row-wise
plot(x,Y') # column-wise
Then one can do:
Y = r+o+s
plot(x,Y) # row-wise
plot(x,Y') # column-wise
Hi @Jeff_Emanuel , thanks for the help
Can you explain the function of this getvalue: getvalue(u) = u
?
Thatās just a placeholder for your real getvalue function you mentioned in the post saying you couldnāt make a loop work. It merely returns its argument.