photo

Toshia M

Attivo dal 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

Statistica

MATLAB Answers

0 Domande
12 Risposte

RANK
1.504
of 300.331

REPUTAZIONE
46

CONTRIBUTI
0 Domande
12 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
17

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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 mesi fa | 0

Risposto
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 mesi fa | 1

| accettato

Risposto
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 mesi fa | 1

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

circa un anno fa | 1

| accettato

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

circa un anno fa | 2

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

oltre un anno fa | 1

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

circa 2 anni fa | 6

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

oltre 2 anni fa | 1

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

oltre 2 anni fa | 2

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 1

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

oltre 2 anni fa | 1

| accettato