Insert two vectors to an output with text

3 次查看(过去 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!
  1 个评论
Jan
Jan 2015-4-25
编辑:Jan 2015-4-25
To assist you we should see what you have tried so far. The solution is a FOR loop and one FPRINTF command.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by