フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Advice on resurrecting a project created back when when Matlab had a c++ maths library

1 回表示 (過去 30 日間)
Andrew
Andrew 2015 年 3 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi all,
I'm trying to resurrect an old c++ project that used mwArrays as its "matrix class" for computations, e.g.
mwArray A = ones(1,3);
mwArray B = eye(3);
mwArray C = A * B;
which appears to have been phased out. It puts / takes data to / from the Matlab workspace so I can't use just old versions of the mwArray libraries.
I'm not sure what approach to take to get it up and running with the least pain. Any advice would be greatly appreciated!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by