Filter löschen
Filter löschen

run topology optimization code

9 Ansichten (letzte 30 Tage)
Ayush
Ayush am 9 Nov. 2023
Beantwortet: Walter Roberson am 9 Nov. 2023
hi there, my name is ayush. Im a bachelor student from india. I was doing a semester project in topology optimization. can you tell me how you run the file (https://www.topopt.mek.dtu.dk/apps-and-software/new-99-line-topology-optimization-code-written-in-matlab)in matlab. In one of your answers you provided the source, from there i got the matlab file. i was thinking of doing a project on it, but i cant run the file. its showing error.
i provided the value of ftBC = 1. I have no priorknowledge of matlab. i want to learn it though.

Antworten (1)

Walter Roberson
Walter Roberson am 9 Nov. 2023
You editted the code for top99neo.m which you should not have done. You need to restore the code to the original -- in particular you need to restore the first line of code to be
function top99neo(nelx,nely,volfrac,penal,rmin,ft,ftBC,eta,beta,move,maxit)
After that, at the MATLAB command line give the command
top99neo(120, 40, 0.5, 3, 1.5, 1, 1, 0.5, 2, 0.2, 500)

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by