Francesco Marchione
Followers: 0 Following: 0
Feeds
질문
Plot values on a x-y plane from excel - with colorbar
I would like to plot a x-y values from the excel attached on a plane. I need a colorbar and Latex font. Thanks everyone!
4개월 전 | 답변 수: 1 | 0
1
답변질문
code for this type of GROUP bar graph?
I would like to plot this graph with font in LATEX. The data are just numbers (known from experiments). In addition, I would a...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
Seventh order differential equation
Hello, I would like to solve this system of differential equations in Matlab (and in the end I would like to plot tau and sigma...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
I would like to modidy the colors in this 2d plot, different from standard ones (e.g., 'b', 'k')
T1 = readtable('variazione.xlsx', 'VariableNamingRule','preserve') figure plot(T1.('X'), T1.('S'), '-r',T1.('X_1'), T1.('S...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
Bar graph - plot data
Hello, I would like to plot a graph like this. Can anyone help me in writing this code? Thank you so much
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
bar plot from data
x = 1:6; data = [20 60 40 50 80 90]'; errhigh = [2 5 6 8 9 5]; errlow = [2 5 6 8 9 5]; bar(x,data) hol...
bar plot from data
x = 1:6; data = [20 60 40 50 80 90]'; errhigh = [2 5 6 8 9 5]; errlow = [2 5 6 8 9 5]; bar(x,data) hol...
대략 2년 전 | 0
질문
bar plot from data
Hello, I have the following data y = [20 60 40 50 80 90] and the following errors err.high = [2 5 6 8 9 5]. err.low =...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
BAR GRAPH plot - grouped legend
Hello, I would like to plot a graph like this attached. The values for the bars are data = [8.18 6.70 7.30 6.30 6.57 6.22 6.2...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
x,y,z values in 3d plot
Could you please help me in getting a 3d plot showing the extreme coordinates for x, y? I want also to indicate the preferred ...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
3D plot from excel
Hello, I want to get a 3D plot for the stresses (z coordinates) on a xy plane (see the excel attached). I developed the follow...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
When I export the figure, the x-axis is halved even though I have set the interval in the code.
I have written this code. I attach the excel and the code. I have to export in .png. Please help me. Thank you. T1 = readtable...
대략 3년 전 | 답변 수: 2 | 0
2
답변질문
show regular intervals in the colourbar
I would like to have the colourbar displaying values for regular intervals: that is, I would like to have the colourbars display...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Colorbar, display regular intervals
I would like to have the colourbar displaying values for regular intervals: that is, I would like to have the colourbars display...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
show regular intervals in the colourbar
I would like to have the colourbar displaying values for regular intervals: that is, I would like to have the colourbars display...
대략 3년 전 | 답변 수: 0 | 0
0
답변답변 있음
I would like to have sigma and epsilon in greek symbols in y and x axis respectively (with latex interpreter)
This line prevented the correct labeling of the y axis ylabel(ylabelname, 'fontsize', 11)
I would like to have sigma and epsilon in greek symbols in y and x axis respectively (with latex interpreter)
This line prevented the correct labeling of the y axis ylabel(ylabelname, 'fontsize', 11)
3년 초과 전 | 0
질문
I would like to have sigma and epsilon in greek symbols in y and x axis respectively (with latex interpreter)
I would like to have sigma and epsilon in greek symbols in y and x axis respectively (with latex interpreter). I have the follo...
3년 초과 전 | 답변 수: 4 | 0
4
답변질문
Greek letters Latex interpreter
I have the following code to plot the 2D graph: T1 = readtable('PROVA GRAFICI.xlsx', 'VariableNamingRule','preserve') figure ...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
2D Graph Plot from excel data
I have modified the code in this way: T1 = readtable('AA1.xlsx', 'VariableNamingRule','preserve') figure plot(T1.('s (mm)...
2D Graph Plot from excel data
I have modified the code in this way: T1 = readtable('AA1.xlsx', 'VariableNamingRule','preserve') figure plot(T1.('s (mm)...
3년 초과 전 | 0
질문
2D Graph Plot from excel data
Hello, I would like to plot a load-displacement graph with two curves, from excel data. The result I would like to obtain (in...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
3D plot from excel
I have a file excel with x,y coordinates and stresses for z coordinate in order to plot a 3D surface. How can I get this surfac...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
3D plot from excel data
Hello, I have an excel sheet cointaining x,y,z data in three columns (see attached file). I would like to plot a 3D graph from...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
3D plot from x,y,z columns in Excel
Hello everyone, I have x,y,z points values in three separate columns in the same excel sheet ("myfile" for example). How can I...
3년 초과 전 | 답변 수: 0 | 0