Borrar filtros
Borrar filtros

Idempotents of matrix in matlab

3 visualizaciones (últimos 30 días)
Mohsen
Mohsen el 10 de Ag. de 2014
Respondida: Emanuel Rosas el 4 de Abr. de 2021
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 comentarios
amjad
amjad el 3 de Nov. de 2015
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 el 10 de Mayo de 2019
It seems you all working with Wida band Line, th eorigin of code is with Ramos.

Iniciar sesión para comentar.

Respuestas (1)

Emanuel Rosas
Emanuel Rosas el 4 de Abr. de 2021
Please see attached the requested functions

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by