Perhaps:
Result = integral(@(t) sin(t).*[1 0 0] + 6*[0 1 0] + 4*t*[0 0 1], 0, 4, 'ArrayValued',1)
That runs without error, and produces:
Result =
1.6536 24 32
.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!