plotting with readmatrix code

조회 수: 6 (최근 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 CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by