Respondida
How to substitute x by an integer in a derivative function
Hello, To evaluate symbolic expression 'a' at 'x = 1' you can use function 'subs', namely, a_at_1 = subs(a, 1); I am no...

alrededor de 3 años hace | 2

| aceptada

Respondida
monte carlo random number generation
Hello, It seems that what you are seeking for can be utilized using function 'randsample' when using the variant that takes a...

alrededor de 3 años hace | 1

| aceptada

Respondida
truss problems warning RCOND
Hello, As John mentioned before, your stiffness matrix 'T' is most likely incorrectly computed. Using the latter system th...

alrededor de 3 años hace | 1

| aceptada

Respondida
How to find indices of certain values from dataset using a loop
Hello, You can use the following code snippet for your purposes: clear; data = readtable('kNN_300_y_pred_wd XYZValue + la...

más de 3 años hace | 0

| aceptada

Respondida
Why am I warned about defining variables in a nested function, when I don't?
Hello everyone, It appears so, that this warning does not persist for release R2019b and later releases when cell array 'ind...

más de 3 años hace | 5

| aceptada