필터 지우기
필터 지우기

plot missing in matlab

조회 수: 3 (최근 30일)
Ayman Shaban
Ayman Shaban 2021년 5월 26일
댓글: Ayman Shaban 2021년 5월 26일
the problem is that when i asked to plot an audio file it gives an error on the line of the plot
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 5월 26일
Please show how you are asking to do the plotting, and show how you create the variables that you pass in to the plot call.

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

답변 (1개)

Walter Roberson
Walter Roberson 2021년 5월 26일
You cannot plot() a file by name. You need to read the data such as by using audioread(), and plot the data that results.
  댓글 수: 8
Ayman Shaban
Ayman Shaban 2021년 5월 26일
Attempt to execute SCRIPT plot as a function:
D:\apps\matlab extracted\bin\plot.m
Error in Untitled2 (line 6)
plot(t, g);
Ayman Shaban
Ayman Shaban 2021년 5월 26일
thank you, i solve the problem
it was because there is a file called plot.m in matlab files

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

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by