Answered
Nonlinear constraint function with the optimization toolbox
Seems you have extra parameters beside the optimization input variables. See these explanation: https://www.mathworks.com/help...

4 years ago | 0

| accepted

Question


How to call variable (with index) using string?
Suppose I have many variables with arbitrary names in my workspace with all same size. I also have an identical logical index fo...

4 years ago | 3 answers | 0

3

answers

Question


How to delete axes and tick in figure?
I make a contour plot, and then add another line plot in the same figure. For example: contour(x,y,z) hold on plot(xx,yy) ho...

4 years ago | 1 answer | 0

1

answer

Answered
The variable Edj appears to change size consider preallocating
The size of your matrix changes at every iteration. Make zero matrix before looping. For example: Edj = zeros(d,n); *edited fo...

4 years ago | 0

| accepted

Answered
can anyone help me about nonlinear MDOF newmark beta dynamic analysis?
Hope these give insight: Linear mdof: https://www.mathworks.com/matlabcentral/fileexchange/71936-mdof-solver-of-nonclassicaly-d...

4 years ago | 0