필터 지우기
필터 지우기

Lplot error vector must be the same length

조회 수: 1 (최근 30일)
Ewan Hislop
Ewan Hislop 2019년 8월 9일
답변: Athul Prakash 2019년 8월 12일
Hi,
I am having trouble with a in house script I use to plot the average spectrum of my Raman spectroscopy data.
Please find attached a copy of the script and error I am getting. Strange given it was working fine yesterday.
Please help! I have a presentation on Monday :(\
Thanks,
Ewan
  댓글 수: 3
Ewan Hislop
Ewan Hislop 2019년 8월 9일
this is the file name of the raman spectra
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 8월 9일
You are passing these two variable to the lplot function.

댓글을 달려면 로그인하십시오.

답변 (1개)

Athul Prakash
Athul Prakash 2019년 8월 12일
Hi Ewan,
The plot function here (called inside lplot) is trying to plot shift on the x-axis vs PC3_48DMSO20 on the y-axis. Hence, these vectors need to be of the same length. Please check their lengths using the size() function.
You may need to trim one of these variables, depending on what they contain, to plot it against the other as needed.
As mentioned by others, if you could share the output of whos shift and whos PC3_48DMSO20, the community could help you better.
Good Luck!

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by