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

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 5 Jahre vor | 0

| akzeptiert

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

mehr als 5 Jahre vor | 0