discretize two arrays into 50x50 grid
이전 댓글 표시
Hello,
i have two arrays:
x_values = [71.2413900000000, 71.2336100000000, 71.2825000000000, 70.9786100000000, 69.1533400000000]
y_values = [-156.334000000000, -156.259000000000, -156.546000000000, -154.674000000000, -158.023000000000]
how can i discretize those 2 arrays into 50x50 grid using imagesc graph function?
thanks!
댓글 수: 2
Walter Roberson
2020년 7월 2일
Are you expecting exactly 5 out of the (50*50) locations to be set to 1, and the rest set to 0?
Hatim Altarteer
2020년 7월 2일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!