답변 있음
Minimising coefficients using fminsearch, subject to normalisation condition
Hello, You have an optimization problem at hand, where the objective function is subject to two sets of equality constraints....

거의 5년 전 | 1

답변 있음
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...

거의 5년 전 | 2

| 수락됨

답변 있음
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...

거의 5년 전 | 1

| 수락됨

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

거의 5년 전 | 1

| 수락됨

답변 있음
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...

거의 5년 전 | 0

| 수락됨

답변 있음
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...

5년 초과 전 | 5

| 수락됨