Find zero crossings in multidimensional matrix

3 ビュー (過去 30 日間)
Nate
Nate 2018 年 9 月 26 日
コメント済み: Bish Erbas 2018 年 9 月 26 日
Hello,
I have a multidimensional (5-D) matrix that is a sparse sampling of a smooth function. I would like to interpolate to find the coordinates where the matrix is zero. Does anyone know a way to do this?
Thank you Nate

回答 (1 件)

Bish Erbas
Bish Erbas 2018 年 9 月 26 日
Code below finds all zero elements of the example 2x2x5 matrix.
B = repmat([0 1],[2 2 5]);
B(B==0)
  4 件のコメント
Nate
Nate 2018 年 9 月 26 日
Guillaume is correct. However, my matrix isn't sparse though (bad choice of words on my part).
Bish Erbas
Bish Erbas 2018 年 9 月 26 日
Sorry for my misunderstanding.

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

カテゴリ

Help Center および File ExchangeSparse Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by