photo

Angkhana Noyhiran


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
210,729
of 302,188

평판
0

참여
6 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 21,608

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 179,876

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Error using plot Vectors must be the same length. Error in Untitled11 (line 40) plot([xn xn],[ymin ymax],'r-','Linewidth',2)
function bisection_method() myfunc = input ('myfunc: '); A(1) = input('A: '); B(1) = input('B: '); e(1) = in...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Undefined function or variable 'func'. Error in Untitled8 (line 23) FC(i) = func(C(i));
function bisection_method() A(1) = input('A: '); B(1) = input('B: '); e(1) = input('error : '); n = input('loop for n: '...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


I would like the program to display square like this
I would like the program to display square like this i A B C e ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Write Tabular Data to Text File Write a short table of the exponential function to a text file called exp.txt.
A = input('Enter A: '); B = input('Enter B: '); func = @(x) exp(x)-2*cos(x); e = 1; while e...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Hi all,I tried to work on bisection method.However,that is an error at the loop.Please help me correct them.Thank you
A=input('Enter A: '); B=input('Enter B: '); func =input('function : '); error = input('error : '); e=100; whil...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to loop by giving the C stops at a value less than 0.0001.
Hi all, I tried to work on bisection method. However, that is an error at the loop. Please help me correct them. Thank you, ...

11년 초과 전 | 답변 수: 1 | 0

1

답변