how to create an array of pedestrians using backsactterpedestrian?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Kangle Li
il 19 Apr 2020
Commentato: Ameer Hamza
il 19 Apr 2020
Hi,
the function 'backscatterpedestrian' creates a pedestrian object, if I want to create N pedestrians, how should I create an pedestrian array? Many thanks!
0 Commenti
Risposta accettata
Ameer Hamza
il 19 Apr 2020
Modificato: Ameer Hamza
il 19 Apr 2020
Use repmat() to create an array
N = 10;
A = repmat(backscatterpedestrian, 1, N);
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Radar and EW Systems in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!