Arithmetic division for cell array
Ältere Kommentare anzeigen
I have 2 cell arrays (same dimensions). How can I divide only the variables in the 2nd array in the 1st cell array over the 2nd array in the 2nd cell array
veh_speeds = vis.Net.Vehicles.GetMultiAttValues('Speed'); % 203x2 cell
veh_positions = vis.Net.Vehicles.GetMultiAttValues('Pos'); % 203x2 cell
4 Kommentare
James Tursa
am 20 Dez. 2017
Can you please provide a short example of the cells and what exactly you want for a result?
Sherif Shokry
am 20 Dez. 2017
James Tursa
am 20 Dez. 2017
Many of us do not want to open a pdf file. Please post text showing a small sample of cell arrays and then list exactly what you would want for a result.
Sherif Shokry
am 20 Dez. 2017
Akzeptierte Antwort
Weitere Antworten (1)
Sherif Shokry
am 20 Dez. 2017
0 Stimmen
Kategorien
Mehr zu .NET Data Types in MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
