plotting with readmatrix code

5 ビュー (過去 30 日間)
SAGNIK CHAKRABORTY
SAGNIK CHAKRABORTY 2021 年 2 月 10 日
回答済み: Manash Sahoo 2021 年 2 月 11 日
i have a dadaset which have 125000 rows and 3 coulmns and it has 100 similar files my aim is to plot all those files so i used readmatrix function to merge it which is shown in X variables in workspace and i am trying to plot with those value what should be the code for ploting the graph??? please expert help
  1 件のコメント
Image Analyst
Image Analyst 2021 年 2 月 11 日
@Manash Sahoo Please transfer this below, to the "Answers" section so you can get credit for it, not to mention that it's also the proper place for it.

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

回答 (1 件)

Manash Sahoo
Manash Sahoo 2021 年 2 月 11 日
You are using brace indexing (usually used for cell arrays) on a double array. Try just switching line 10 with this:
plot(X(1),X(3))

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by