Community Profile

photo

Angkhana Noyhiran


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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: '...

8 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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, ...

9 years ago | 1 answer | 0

1

answer