how to get expectations for various equations?

Sir, Iam doing a project on music algorithm using basics . Iam havin a problem to derive hermittian transpose for expectation function i.e, hermittian transfer for En=[v4 v5 v6]

Answers (1)

When you do A' in MATLAB, you are taking Hermitian transpose of matrix A. For example
A = [1+1i 1-1i];
A'
HTH

This question is closed.

Products

Release

R2018a

Asked:

on 15 Jun 2018

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!