How to gracefully generate an all-one cell array?
Afficher commentaires plus anciens
An all-one array can be gracefully generated by ones(...)
But what if I want an all-one cell array?
function Output=OnesInCell(varargin)
%This function should be the same as ones() except that each of the ones is packed into an individual cell.
end
For-loops are not graceful!
2 commentaires
Alex Mcaulley
le 29 Oct 2019
Rik
le 29 Oct 2019
@Alex, it looks to me like this is the desired result, so I would suggest moving your comment to the answer section.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!