필터 지우기
필터 지우기

Why does my workspace does not take the values but just take the variables?

조회 수: 2 (최근 30일)
Chaitanya Bade
Chaitanya Bade 2017년 4월 5일
댓글: Chaitanya Bade 2017년 4월 5일
Hi, I am trying to execute below code. I have a excel data which is 90.xlsx. and i am using the below code to import the data. And i wanted to find the peaks. After using the below code, at the workplace, it shows the 2 variables TIMESTEPS, XDATA with values. While for the peakvals, peaklocs and peaktime it just shows the variables but not the values. It shows []. How come it happens?
[TIMESTEPS,XDATA] = importfile('90.xlsx','Sheet1',2,1601);
createfigure1(XDATA, TIMESTEPS)
[peakvals,peaklocs] = findpeaks(XDATA, 'minpeakdistance',50, 'minpeakheight', 0.00001);
peaktime = TIMESTEPS(peaklocs);
Any help would be highly appreciated. Thanks!
  댓글 수: 3
Chaitanya Bade
Chaitanya Bade 2017년 4월 5일
Hey, i found the solution. Its working now. thanks!

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by