How to convert simple multiplication of variables into dot(.*) multiplication

조회 수: 1 (최근 30일)
While doing the Taylor Series approximation of a given function:
F = 0.5*[x1 x2]*h*[x1; x2] + gr_f'*[x1; x2];
I am getting output as:
x2*(4*x1 - 5*x2) - 38*x2 - 46*x1 - x1*(13*x1 - 4*x2)
How to convert this result into (.*) and (.^) ?
for eg:
4*x1.*x2 - 5*x2.^2 ................

채택된 답변

James Tursa
James Tursa 2021년 2월 16일
You could use this
although current doc says it is not recommended.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by