Info

此问题已关闭。 请重新打开它进行编辑或回答。

pls, help me with this

1 次查看(过去 30 天)
fede
fede 2016-3-23
关闭: MATLAB Answer Bot 2021-8-20
I have the following matrix:
Name_1 Name_2 ..... Name_n
23.5 25.8 29.6
24.5 85.5 ........ 59.2
. . ........ .
and so on. A matrix (nxn), where in the first row ther'is the name of stocks, and in the other row the historical price. Then, I have another matrix of pair of stocks, for example:
Name_1 Name_2
Name_3 Name_5
and so on....
I want a code that give me for all pair the respective stock prince. For example for the first pair: Name_1 Name_2 I want to extrapolate the following matrix:
Name_1 Name_2
23.5 25.8
24.5 85.2
and so on.
Thxs
  1 个评论
KSSV
KSSV 2016-3-24
ALready matrix 1 is in the form you want. What is in matrix 2? Can you be bit more clear?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by