Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how can i choose some element from certain cell & save it in anew cell
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Image Analyst
il 25 Mag 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?
Please see The FAQ on Cell Arrays
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!