Select values from an array to evalaute data training
古いコメントを表示
Hi everyone,
I've tried extract values of an array to evaluate a data, for example my vector of datas is:
X = [0:0.05:1]';
My data points to evaluate are Xval = [0.3 0.65 0.75 0.8]';
So I have to isolate the values presented in Xval from X, I tried to use idx unsuccessfully, if someone could help me in this case I thank you!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Octave についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!