Trouble rotating a matrix using rotate
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I have  3x3 rotation matrices that I am trying to rotate about specific axes and angles. When I try to rotate them using rotate, I get this error. 
Error using rotate (line 29)
H must contain axes children only.
0 Commenti
Risposte (1)
  Walter Roberson
      
      
 il 21 Giu 2021
        rotate() cannot be used to rotate matrices. rotate() applies to graphics objects such as plots or images.
See imrotate()
0 Commenti
Vedere anche
Categorie
				Scopri di più su Interactions, Camera Views, and Lighting 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!

