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
