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,497
of 299,232

評判
46

コントリビューション
0 質問
12 回答

回答採用率
0.00%

獲得投票数
17

ランク
 of 20,670

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 163,831

コントリビューション
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...

6日 前 | 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. ...

7日 前 | 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...

7日 前 | 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...

9ヶ月 前 | 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...

9ヶ月 前 | 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年 前 | 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年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1

| 採用済み