photo

Toshia M

自 2023 起处于活动状态

Followers: 1   Following: 0

MathWorks principal engineering technical writer. I have B.S. in Imaging and Photographic Technology from Rochester Institute of Technology. I completed some graduate coursework in communication systems and image processing at Tufts University. More than half of my career was spent working on software for color reproduction systems. When I'm off the clock, I love watching and taking pictures of birds and learning about their beautiful lives.

Spoken Languages:
English
Pronouns:
She/her

统计学

MATLAB Answers

0 个提问
12 个回答

排名
1,501
of 299,947

声誉
46

贡献数
0 个提问
12 个回答

回答接受率
0.00%

收到投票数
17

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to export a figure in Live Script?
Starting in R2020a, you can use the exportgraphics function to export the contents of a figure. For example, you can run this co...

3 months 前 | 0

已回答
Exporting figure maintaining given pixel size
Starting in R2025a, you can export the contents of a figure with specific output dimensions using the exportgraphics function. ...

3 months 前 | 1

| 已接受

已回答
How can I export figure as png?
Starting in R2020a, you can use the exportgraphics function to export the contents of a figure as one of several file types, inc...

3 months 前 | 1

已回答
How to plot a filled rectangle without edge?
Starting in R2024b, you can specify a name-value argument (EdgeColor="none") to remove the edge lines. pcolor(rand(10,10),EdgeC...

12 months 前 | 1

| 已接受

已回答
Removing grid/edge lines in pcolor() figure
Starting in R2024b, you can specify a name-value argument (EdgeColor="none") to remove the edge lines. pcolor(rand(10,10),EdgeC...

12 months 前 | 2

已回答
Polar fill sector
Starting in R2024a, you can use the polarregion function to create a polar rectangle with specific bounding angles and radii. Fo...

1 year 前 | 1

已回答
how to set y-axis as log scale?
Starting in R2023b, you can change the scale of any axis after you create the plot by calling the xscale, yscale, or zscale func...

2 years 前 | 6

已回答
how to save a graph in jpg or any other image format
Starting in R2020a, you can use the exportgraphics function to save the contents of any axes, figure, tiled chart layout, or pan...

2 years 前 | 1

已回答
Getting better high resolution images!
There are two new functions in R2020a that solve this problem. Use exportgraphics to export the contents of a figure to a file. ...

2 years 前 | 2

已回答
grid線の太さのかえ方
There is a new feature in R2023a for changing the grid line width. For more information, see this solution: https://www.mathwork...

2 years 前 | 0

已回答
Change the grid lines' LineWidth
There is a new feature in R2023a for changing the grid line width. For more information, see this solution: https://www.mathwork...

2 years 前 | 1

已回答
Change grid Line Width
Starting in R2023a, you can change the thickness of grid lines independently of the box outline and tick marks by setting the Gr...

2 years 前 | 1

| 已接受