To assist you we should see what you have tried so far. The solution is a FOR loop and one FPRINTF command.
Insert two vectors to an output with text
1 次查看(过去 30 天)
显示 更早的评论
Hello! I have to set of vectors, that represents a force and a position.
The force vector: F = [10 20 30]
The position vector: P = [2 4 6]
I want it to show a message that shows all of the current forces relative to the position.
Something like this:
Force 1. Force = 10 N. Position: 2 m
Force 2. Force = 20 N. Position: 4 m
...
There will be added more forces and positions sometimes, so it needs to be able to show for the total length of the vectors.
I hope some of you can assist me, on how to do this. Thanks in advance!
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!