フィルターのクリア

Idempotents of matrix in matlab

3 ビュー (過去 30 日間)
Mohsen
Mohsen 2014 年 8 月 10 日
回答済み: Emanuel Rosas 2021 年 4 月 4 日
I have code for a transmission line:
for k=1:Ns
% Function to calculate Idempotents of Y*Z
[Hk] = HkIdem(ZL(:,:,k),YL(:,:,k),lenght,f(k), md,Hm(k,:));
HkIdem(:,:,:,k) = Hk;
but the matlab error is :
Undefined function or method 'HkIdem' for input arguments of
type 'double'.
I know that HkIdem is not a MATLAB function, and there is no function called that defined in all of the code that I have, but how can I calculate the Idempotents of matrix in matlab?
  7 件のコメント
amjad
amjad 2015 年 11 月 3 日
hi, i'm working with the same code . in his thesis he didn't mention those function (HmIdem and ModeDelay) . did someone contact him ? or found the missing code. thank you
Alireza MASOOM
Alireza MASOOM 2019 年 5 月 10 日
It seems you all working with Wida band Line, th eorigin of code is with Ramos.

サインインしてコメントする。

回答 (1 件)

Emanuel Rosas
Emanuel Rosas 2021 年 4 月 4 日
Please see attached the requested functions

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by