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...
1 year 前 | 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...
1 year 前 | 1 个回答 | 0
