Respondida
Histogram xlabel, ylabel, and title.
Paul, the order that you are calling the functions is incorrect. You need to create the histogram plot prior to assigning labels...

más de 4 años hace | 4

| aceptada

Respondida
Saving output values from a function into an array (to plot later)
If your function is returning scalar values that are being overwritten during each iteration of your for-loop, try the following...

más de 4 años hace | 1

| aceptada

Respondida
Area Under Curve and above X axis only, and between x axis limits.
If you are trying to determine the area under the curve between the frequencies of 1 Hz to 6 Hz for all y-values greater than 0,...

más de 4 años hace | 1

| aceptada

Respondida
I don't know why hold on wont work- it only produces one graph with one model and not both on one graph
Amber, it looks like you are creating a figure twice and only applying hold on to the first, while plotting to the second. Try p...

más de 4 años hace | 0

Respondida
How to skip some strings in a text file
If you do not have a set number of header lines, but know the content of the last header line, you can read a portion of the fil...

casi 5 años hace | 0

Respondida
Why is this giving me an error message when trying to use trapz.
A more concise aproach. B = 18.6; step = 0.5; tmax = 90; npas = tmax/step+1; U = 60; fun3 = @(s) (0.0081*(exp(-0.0058.*s))...

casi 5 años hace | 0

Respondida
Efficiently add cell value from a matrix row based on corresponding index to another matrix row
It looks as if every other column of B is a row index corresponding the the rows of A. It also appears that C consists of pairs ...

casi 5 años hace | 1

Pregunta


How can I invoke a function from within App Designer when using a DeleteFcn or CloseRequestFcn from a MATLAB figure that is separate from the App GUI?
I am trying to find a work around to the lack of axes callback usage from within an App Deisnger axes. Ultimately, I want to ass...

casi 5 años hace | 1 respuesta | 0

1

respuesta