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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

질문:

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