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 日

0 投票

One way is to use my FUNC2MAT submission.
A=func2mat(@(X) radon(X.',[0,45,90,135]), ones(n,m));

2 件のコメント

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

サインインしてコメントする。

カテゴリ

質問済み:

2018 年 11 月 23 日

コメント済み:

2018 年 11 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by