필터 지우기
필터 지우기

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