photo

Amey


2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
1 답변

순위
223,568
of 301,213

평판
0

참여
4 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,191

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,422

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
problem with plot command
I got the solution for this problem. I created variable i twice by mistake & it was ruining my output. it messed up all my loops...

거의 10년 전 | 0

| 수락됨

질문


problem with plot command
my plot command is giving me a y axis with single value throughout & it makes plot look weird. axis command doesnt woek as well ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Undefined function for input argument of type double
When i saved my code yesterday it was working fine but when i run it now, I am getting this error "Undefined function 'P' for in...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


Index out of bounds
I am running below code & getting error message of index out of bounds. I am not getting exactly where my matrix dimensions are ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


index must be a positive integer or logical
for i=1:1:7 P(1)=1000; P(7)=500; f(i)=P(i-1)^2-P(i-1)*P(i)-P(i)^2+P(i)*P(i+1); disp f(i) end ...

거의 10년 전 | 답변 수: 1 | 0

1

답변