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

quasi 5 anni fa | 0

| accettato

Domanda


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

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

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

quasi 5 anni fa | 0

| accettato

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

quasi 5 anni fa | 0