photo

Toshia M

Aktiv seit 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

Statistik

MATLAB Answers

0 Fragen
12 Antworten

RANG
1.504
of 300.321

REPUTATION
46

BEITRÄGE
0 Fragen
12 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
17

RANG
 of 20.913

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.093

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

4 Monate vor | 0

Beantwortet
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. ...

4 Monate vor | 1

| akzeptiert

Beantwortet
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...

4 Monate vor | 1

Beantwortet
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...

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
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...

etwa ein Jahr vor | 2

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

mehr als ein Jahr vor | 1

Beantwortet
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...

etwa 2 Jahre vor | 6

Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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. ...

mehr als 2 Jahre vor | 2

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

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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...

mehr als 2 Jahre vor | 1

| akzeptiert