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

Réponses (1)

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

2 commentaires

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

Connectez-vous pour commenter.

Commenté :

le 26 Nov 2018

Community Treasure Hunt

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

Start Hunting!

Translated by