Domanda


if statement with ge and &
I don't understand why the following line is producing an error: if j ge 2 & cANALY(i+1,j-1) < 0 j is a scalar and cANALY(...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


"Highlight" a vertical gridline on a figure
I have a figure where the range of x values starts at a negative value and goes to a positive value. I would like to "highlight...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


set xticks by calculation but also force 0 to be displayed
I am setting xticks manually based on user inputs for distance. The plot will span the distance range; for example -1.3E-06 to ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


string for figure title ignores text after variable
I have the following code while creating a figure: titlestr=sprintf('Time=%6.5f',t(1), 'sec'); title(titlestr); No error...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


min function on two arrays
I've read the documentation on the min function, but still don't understand how it works on two arrays. I have the following: ...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Sum function on part of an array
I don't understand what the following sum function does. mA=zeros(M,1); mA(1)=sum(cA(1,:))*dx; mA is a column vector, s...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Initializing 1/2 of a row with one value and the other half with another
I don't understand why the following works. It initializes row 1 of the array c with values of 1 in roughly the first half of t...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Find the first element of a column in a matrix that has a value equal to zero
I have an m by n matrix and I'm interested in the nth column. Initially all of the values in the nth column are greater than ze...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to code an instantaneous reaction in Matlab
I have two slabs adjacent to one another. One contains acid and one contains base. The reaction at the interface in instantane...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Can Matlab be used to solve a moving boundary problem
I'm trying to determine the neutralization time (tn) of strong acid and strong base. Strong acid, A, is initially in a slab of t...

quasi 3 anni fa | 0 risposte | 0

0

risposte