how to define breaks in mkpp()?

1 view (last 30 days)
Avinash Bhatt
Avinash Bhatt on 2 May 2019
Commented: Avinash Bhatt on 13 May 2019
mkpp(breaks,coefs);
If I have 256 coefficients then how can I define breaks?
  1 Comment
Avinash Bhatt
Avinash Bhatt on 13 May 2019
if I have a matrix of 256 coefficients, suppose :
X=imread('cameraman.tif');
and I want to create the piecewise polynomial structure using mkpp(breaks, coeffs) where coeffs will be the pixel intensity values then how breaks can be defined.

Sign in to comment.

Answers (0)

Categories

Find more on Polynomials in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!