photo

Francesco Marchione


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

19 个提问
3 个回答

排名
190,672
of 300,365

声誉
0

贡献数
19 个提问
3 个回答

回答接受率
73.68%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,262

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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!

1 year 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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

2 years 前 | 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...

3 years 前 | 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 =...

3 years 前 | 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...

3 years 前 | 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 ...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
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)

4 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 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)...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 0 个回答 | 0

0

个回答