matlabFunction keeps running forever
1 次查看(过去 30 天)
显示 更早的评论
Hello all,
I have a Jacobian matrix of 5420-by-5420 which contains symbolic expressions. Then I use matlabFunction to make the Jacobian a function handle. However, it keeps running forever. I don't know if it is freezed/hanged. The sample code is below.
jac=matlabFunction(Jacobian, 'Vars',{[h],[y],[x0],[Pload],[Qload]});
What is the reason that it keeps running? Could anyone please help me regarding this? Thanks in advance.
2 个评论
Walter Roberson
2020-7-25
You are asking it to create more than 25 million elements... it is going to take a while.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!