Feeds
질문
Error using textscan Mismatch between file and format character vector. Trouble reading 'Numeric' field from file (row number 1, field number 3)
I get the following error: Error in Ti2_Auto_9_20x_USE_addedcode (line 11) dataArray = textscan(fileID, formatSpec, 'Deli...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How do I save a figure as the title of the figure?
I generate a figure with this code: figure(1) hold on surf(xi, yi, Z) title('WT 0HR', 'fontsize', 20) .... set(gca, 'fon...
거의 6년 전 | 답변 수: 2 | 0
