필터 지우기
필터 지우기

How can I show my polynomial with decimals? guide matlab

조회 수: 1 (최근 30일)
Erwin Avendaño
Erwin Avendaño 2017년 11월 4일
답변: John D'Errico 2017년 11월 4일
I have a program that finds polynomials (interpolation of newton) at the end gets coefficient that are multiplied by the variable "x" but the result in edittext prints it as fractions How could the polynomial show in a decimal way? that is "0.2x + 0.33x ^ 2" because my program shows me "x / 2 + (x ^ 2) / 3"

답변 (1개)

John D'Errico
John D'Errico 2017년 11월 4일

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by