Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Different results from Matlab and Simulink from a same Iteration process
1 回表示 (過去 30 日間)
古いコメントを表示
Hi eveyone,
I'm trying to solve a PDE in Simulink which is already done by me in MATLAB code through the double-iteration for two unknowns in this PDE. The problem is that i'm facing two problems by Simulink although i use the exact same process in a MATLAB-fcn block placed in a enabled subsystem block (in order to cut the process as soon as the iteration goal is achieved). The problems are followings:
- for the first parameter the model in simulink results a quite different value. By the iteration in pure Matlab code the answer is somehow between -1 and 1 (negativ values included which are correct) but in Simulink results the iteration leads to only positive result between 0 and 2.
- the iteration for second parameter fails by simulink and there is no convergence.
Here should be remind that the aimed result is in Matrix-form. I would be glad if some one can tell me what is the problem and why i am recieving different results from this two processes?
thanks.
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!