Feeds
提问
Is there a simple way to rotate a matrix 45 degrees? (like rot90)
I want to rotate a matrix like: a = [1 2 3; 4 5 6; 7 8 9] to: a_rot_45 = ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Error using image Error using image TrueColor - How to plot images created by joining arrays instead of using imread
Hello there, i have a question. Let's suppose i have a image of 3x3 pixels with only a blue dot on the center. >> image=...
9 years 前 | 1 个回答 | 0
