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

meer dan 3 jaar ago | 2

| accepted

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

meer dan 3 jaar ago | 1

| accepted

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

meer dan 3 jaar ago | 1

| accepted

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

meer dan 3 jaar ago | 0

| accepted

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

bijna 4 jaar ago | 5

| accepted