This is a MATLAB language!!!!! Write a MATLAB program to evaluate the function y
ID: 3686921 • Letter: T
Question
This is a MATLAB language!!!!!
Write a MATLAB program to evaluate the function
y(x) = ln(1/(1-x))
for any user-specified value of x, where x is a number < 1.0 (note that ln is the natural logarithm, the logarithm to the base e). Use an if structure to verify that the value passed to the program is legal. If the value of x is legal, calculate y(x). If not, write a suitable error message and quit.
please help me with this code using if elseif else statement! explanations and sample code will be appricated so i can follow along and understand! Please answer the code in MATLAB language!!!!
Explanation / Answer
y=inline('log(1/1-x))');
while 1;
x=input('enter the value of x <1 ->');
if x>=1, break, end
fprintf('when x is
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.