How to generate a coefficient matrix?

I am looking for some help with a starting place for the following.
This is help on an extra cresit problem for a class.
I am trying to take a series generate Matrix A ( highlighted in blue below) from a nxm matrix.
projection.PNG

Answers (1)

Matt J
Matt J on 23 Nov 2018
Edited: Matt J on 23 Nov 2018
One way is to use my FUNC2MAT submission.
A=func2mat(@(X) radon(X.',[0,45,90,135]), ones(n,m));

2 Comments

Kolton Jones' comment moved here:
Thank you, but my computer didn't recognize func2mat.
That probably means the download was not successful.

Sign in to comment.

Asked:

on 23 Nov 2018

Commented:

on 26 Nov 2018

Community Treasure Hunt

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

Start Hunting!