Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Removing data below a polysurface threshold

3 ビュー (過去 30 日間)
Si Cla
Si Cla 2016 年 9 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a matrix (XYZ) with which I want to remove data above a certain threshold. The threshold is set by a polysurface. How can I use a polysurface as this threshold?
I don't think this is possible using logical indexing (from by newbie knowledge!) I'm thinking of creating a new matrix (A) by selecting data below the polysurface using something similar to:
if (z(i) < y(%polysurface function%)
then z(i) = A
Is there a better way to do this? Currently I'm still working on a code that's workable!
Thanks!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by