Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
[X,Y,Z] = ROTATESURF(x,y,z,euleraxis,eulerangle) rotates the SURF input data xyz, where x,y and z are matrices of the same size, according to the rotation axis euleraxis (vector) and the angle eulerange (radians).
SURF(X,Y,Z) displays the rotated object.
Omitting output arguments causes the object to be displayed with a SURF command and no outputs to be returned.
ROTATESURF(AX,...) plots into AX instead of GCA.
EXAMPLE:
eaxis = [1,1,1];
eangle = pi/4;
[x,y,z] = peaks(25);
[X,Y,Z] = rotatesurf(X,Y,Z,eaxis,eangle);
surf(X,Y,Z)
Álvaro Romero Calvo 09-05-17
Citar como
Álvaro Romero Calvo (2026). Rotate surf input matrices (https://es.mathworks.com/matlabcentral/fileexchange/64026-rotate-surf-input-matrices), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Generate cylinder with custom axis
Información general
- Versión 1.0.0.0 (1,72 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 |
