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

回答(1 个)

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

2 个评论

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

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

评论:

2018-11-26

Community Treasure Hunt

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

Start Hunting!

Translated by