Problem with GenerateMesh 2017b
Ältere Kommentare anzeigen
Hi Matlab Users,
I have been trying to mesh a polygon I had generated but was facing errors. After a while I decided to run matlab example itself and surprisingly would'nt run either :/
I asked a friend to run on her pc with 2018a and she had the same problem! We both have the PDE toolbox installed though, can anyone point out please where I am doing something silly?
Example:
model = createpde(1);
geometryFromEdges(model,@lshapeg);
generateMesh(model);
pdeplot(model)
The error I am receiving
Too many output arguments.
Many thanks in advance.
Nima
3 Kommentare
Steven Lord
am 7 Jan. 2019
Please show the full text of the error message, everything displayed in red. In particular, which function throws the error?
Nima Seifnaraghi
am 9 Jan. 2019
Ravi Kumar
am 10 Jan. 2019
Bearbeitet: Ravi Kumar
am 10 Jan. 2019
Could you please paste the output you see of executing 'which' command? Like:
>> which generateMesh
Regards,
Ravi
Antworten (0)
Kategorien
Mehr zu Structural Mechanics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!