What is the best way to rotate a 3D dataset about the Y axis

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 件のコメント

Walter Roberson
Walter Roberson 2011 年 3 月 9 日
Is it guaranteed that for each specific y, that each z will be produced by a unique x?
Walter Roberson
Walter Roberson 2011 年 3 月 9 日
Do you require a particular interpolation function, or can we choose one that makes the coding easy?
Matt
Matt 2011 年 3 月 9 日
I'm not entirely sure what is meant by the "guaranty for each specific y, that each z will be produced by a unique x" - but I will say that for each point on the new y and z independant axis, there is only one x (the surface remains a function).
I do not require any particular interpolation function, actually linear would be preferred.

サインインしてコメントする。

回答 (1 件)

Matt Fig
Matt Fig 2011 年 3 月 9 日

0 投票

Use the ROTATE function. For help on how to use the function, type:
help rotate

カテゴリ

ヘルプ センター および File ExchangeAerospace Blockset についてさらに検索

タグ

質問済み:

2011 年 3 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by