how to store udp data in struct matlab
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I have radar data received from udp, how can I store in some format to access it
Respuestas (1)
  KSSV
      
      
 el 16 de Jul. de 2021
        S(1) = struct ; 
S(1).distance = rand(10,1) ;   % your distance array 
S(1).direction = rand(10,1) ;  % your direction array 
If you have multiple region data, you can save them into different structure arrays. 
0 comentarios
Ver también
Categorías
				Más información sobre Spreadsheets en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


