photo

Maciej


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

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
143,355
of 301,172

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,183

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,105

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


problem with tbl,xvar,yvar form of plot()
Greetings, as per title i have a problem with tbl,xvar,yvar form of plot(). I have an array with history of the evolution of th...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Bar() very thin, does not respond to width argument
I have a problem with Bar() function, look at the screenshot, the bars are very thin. Note that there are no leftover trash from...

2 years 前 | 1 个回答 | 0

1

个回答

提问


I want to plot 2d quiver plot from 3d data but get a syntax error
clear; nX = 7; nY = 7; nZ = 7; gridSize = [nX nY nZ]; gridScaling = [1 1 1 1]; [X,Y,Z] = meshgrid(1:nX, 1:nY, 1:nZ); X_...

2 years 前 | 1 个回答 | 0

1

个回答