Info

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

how can i choose some element from certain cell & save it in anew cell

1 次查看(过去 30 天)
If i have cell A ={(1,7) (2,3) (4,8) (5,6) (9,10)}
Where each element from 1 to 10 has a certain SINR
I need to create a new cell B which select the largest SINR in each elemny in cell B
Hwo can i do like this by matlab
Thanks all
  1 个评论
Image Analyst
Image Analyst 2019-5-25
What is SINR? And where (what variable name or filename) are the SINR values kept?
When you say "I need to create a new cell B which select the largest SINR in each elemny in cell B" I guess that B is a cell array that originally contains the SINR values, and each cell contains an array of SINR values. And you want to replace each cell of B with a single scalar that is the largest SINR value in that cell?
Can you attach the original B in a .mat file with the paper clip icon?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by