mattvanviore
Followers: 0 Following: 0
Feeds
提问
overlap ylabel with values axis
i have this problem both for x axis anz y axis, how can i solve? another question: how can i convert input data to characte...
2 years 前 | 2 个回答 | 0
2
个回答提问
exponential form from the graphs
how can I remove the exponential form from the graphs?
3 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds the number of array elements (36)
I have a problem with title. My code is: str=strcat('rappresentazione euleriana della soluzione per CFL', num2str(CFL), 'e temp...
4 years 前 | 1 个回答 | 0
1
个回答提问
I would to save the values for post processing from file output, can you help me?
I have a file .txt which i would to obtain the values for post processing. For this in Matlab i am using: outputfile=fopen(post...
5 years 前 | 2 个回答 | 0
2
个回答提问
How to do a error bar from two curves along y axis in the same plot?
I have two curves (x1,y1) and (x2,y2) and i want to do a error bar in the plot which marks the difference between y1 and y2. Can...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i displace the files alfa0.dat, alfa12.dat, alfa13.dat created in Matlab in an specific folder whose name is "Prova"?
5 years 前 | 1 个回答 | 0
1
个回答提问
How can i increase the variabile name of each vector in for cycle? I want CM0_0, CM0_1, CM0_2...
for i=2:1:12 j=i-2; if j==10; CM1=inviscido(i,:); else CM0_j=inviscido(i,:); %this end end
6 years 前 | 1 个回答 | 0