在这个功能函数中对X、Y、R、E进行一次赋值,在别的程序中调用才可以计算出新的X、Y、R、E,然后在这个功能函数中的X、Y、R、E更新。这个逻辑关系我应该怎样写呢

 Accepted Answer

0 votes

在函数里传入参数
mycon(x,X,Y,R,E)

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!