What is the best way to rotate a 3D dataset about the Y axis
Mostra commenti meno recenti
I would like to know the best way to rotate a 3 dimensional look up table dataset (Z as a function of X and Y) about the Y axis, so that X can be described in a look up table as a function of Y and Z. In particular, the new Z axis (now independant) needs to be generated as a uniform axis based on the non-uniform data.
3 Commenti
Walter Roberson
il 9 Mar 2011
Is it guaranteed that for each specific y, that each z will be produced by a unique x?
Walter Roberson
il 9 Mar 2011
Do you require a particular interpolation function, or can we choose one that makes the coding easy?
Matt
il 9 Mar 2011
Risposte (1)
Matt Fig
il 9 Mar 2011
Use the ROTATE function. For help on how to use the function, type:
help rotate
Categorie
Scopri di più su Aerospace Blockset in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!