Horner's algorithm
이전 댓글 표시
I'm having trouble using Horner's algortihm. I'm supposed to use a 'for' loop for this algorithm to find the expansion of x-sinx. So far I have:
n=input('\nEnter polynomial max Degree:');
fprintf('\nEnter the coefficients from lowest to highest:');
But I don't know where to go from there. I'm new to matlab and coding so I'm kinda lost. Please help. Thank you!
답변 (1개)
Jan
2019년 1월 30일
0 개 추천
To learn the basics, read the Getting Started chapters in the documentation. Read Matlab's Onramp also: https://matlabacademy.mathworks.com/ .
See also: How to ask a good question
카테고리
도움말 센터 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!