Feeds
질문
How to add a title with mixed italic and normal text with Tex interpreter?
figure() title({strcat("\it{Italic title part 1} ","and ","\it{Italic title part 2}"),""}, 'Interpreter', 'tex') % Note th...
6개월 전 | 답변 수: 1 | 0
1
답변질문
contourf and Contour in the same figure with 2 different sets of data. Colors of contourf plot of data 1 are changed when using contour with data 2.
Hi all, in the same figure, I use contourf(X_vector, Y_vector, M1) with data1 and then I use contour with different data (conto...
8개월 전 | 답변 수: 1 | 0
