Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
sara alaraby
sara alaraby am 9 Mai 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
Image Analyst
Image Analyst am 25 Mai 2019
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?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by