Feeds
답변 있음
Plot a cell array containing n matrices on same graph but with different color for each matrix.
This solves the problem. P{} contains the matrices. colorspec = {[1 1 0]; [1 0 1]; [0 1 1];[1 0 0]; [0 1 0];[0 0 1];[0 0 0]...
Plot a cell array containing n matrices on same graph but with different color for each matrix.
This solves the problem. P{} contains the matrices. colorspec = {[1 1 0]; [1 0 1]; [0 1 1];[1 0 0]; [0 1 0];[0 0 1];[0 0 0]...
8년 초과 전 | 0
| 수락됨
질문
Plot a cell array containing n matrices on same graph but with different color for each matrix.
I have a cell array with which contains n matrices. I want to plot the cell array with each matrix plotted on the same graph. Ea...
8년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Help with improfile, profile between two selected points.
If you're improfiling a matlab .fig file, auto improfiling like improfile(I,xi,yi) will return a null graph, while freehand manu...
Help with improfile, profile between two selected points.
If you're improfiling a matlab .fig file, auto improfiling like improfile(I,xi,yi) will return a null graph, while freehand manu...
8년 초과 전 | 0
질문
How do I improfile a .fig matlab figure using improfile(I,xi,yi) ?
It displays a null graph when I do this. If I save the figure as a .tiff file or any other image format and then improfile, it d...
8년 초과 전 | 답변 수: 0 | 0
