Using cell fun to extract data from a cell containing objects
Vous suivez désormais cette question
- Les mises à jour seront visibles dans votre flux de contenu suivi.
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails.
Une erreur s'est produite
Impossible de terminer l’action en raison de modifications de la page. Rechargez la page pour voir sa mise à jour.
0 votes
Partagez un lien vers cette question
2 commentaires
Partagez un lien vers ce commentaire
Réponse acceptée
0 votes
Partagez un lien vers cette réponse
10 commentaires
- calling a function clear is a bad idea. Readers of your code may think you're trying to call the built-in clear (which is overrused by beginners).
- global variables are extremely discouraged in standard non-OOP programming. in OOP programming, there's absolutely no need for them. Use class properties.
- deleting elements of an array while you're looping over its elements is going to fail. Imagine you have the array [1 2 4 6 8] and you'd like to delete all even values with a loop as you've done:
- I don't understand why you've got a for loop wrapped in a while loop.
- In my answer, the reason I use brackets in [shoot(1:i-1).x] in the hypot call is because shoot(1:i-1) is an array. The [] converts the comma separated list returned by shoot(1:-1).x back into an array. See Stephen's comment for more links on comma separated lists. However, if you do shoot(i).x, shoot(i) is a scalar and there's no point in wrapping that in [].
- I don't understand why you've got a for loop wrapped in a while loop.
Partagez un lien vers ce commentaire
Plus de réponses (0)
Catégories
En savoir plus sur Data Type Identification dans Centre d'aide et File Exchange
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
