Community Profile

photo

Peter Bonavita

Last seen: 15 días hace Con actividad desde 2020

Followers: 0   Following: 0

I'm a Software Process Engineer at MathWorks, where I create and deliver trainings for MATLAB and Simulink. Outside of work, I'm a diehard Yankee fan.

Estadísticas

All
  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • Community Group Solver
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
I want to save the data of a variable calculated using script file in a dat file. how do i do it
Hi Reshma, I understand you'd like to save data from MATLAB into a file, then later load that data again to plot it. There are ...

más de 2 años hace | 0

Respondida
A problem using the app designer
Hi Hassen, I understand your app generates a plot, but the plot appears in a figure outside the app. In your app's call to plot...

más de 2 años hace | 0

Respondida
How can I change the tick values on x axis?
Hi Pul, You can use xticks to specify the values where you want the ticks to appear, and xticklabels to customize the labels th...

más de 2 años hace | 0

| aceptada

Respondida
column added automatically in excel file
Hi Nidhal, Are the commas (,) in your data intended to represent decimal places? It seems the entry "35,5555" is intended to re...

más de 2 años hace | 0

| aceptada

Respondida
max of matrix or min matrix or average matrix
Michael V's answer here also applies to your question: https://www.mathworks.com/matlabcentral/answers/47428-to-find-the-maximu...

alrededor de 3 años hace | 0

| aceptada

Respondida
Coloring of different index/numbered points
You can use hold on to plot multiple sets of points on the same figure, and customize the plot of each set. Here's an example. ...

alrededor de 3 años hace | 1