フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
sara alaraby
sara alaraby 2019 年 5 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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