Info

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

matlab plot(x_data)

1 回表示 (過去 30 日間)
linda cummings cummingslinda14@gmail.com
閉鎖済み: Walter Roberson 2016 年 10 月 6 日
Line = get(gca, 'k');
x_data = Line.XData;
y_data = Line.YData;
id = ~(isnan(x_data(:)) | isnan(y_data(:)));
figure; plot(x_data(id), y_data(id))
firstid = find(id, 1);
figure;
plot(x_data(firstid:(firstid + sum(id) - 1)), y_data(id))

回答 (0 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by