Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

sir i m getting error like this"Undefined function or variable 'kpl'."

1 Ansicht (letzte 30 Tage)
vani shree
vani shree am 30 Mär. 2017
Geschlossen: Sabin am 13 Mär. 2023
sir i have run this code but it showing some error like undefined function. can u please help me to rectify this error.
Na=8;
Nr=8;
e=25;
% comparing interest points initialisation
ccmprh=zeros(size(kpl,1)-1,1);
ccmprw=zeros(size(kpl,1)-1,1);
lenkp=length(kp); % length of kp for 'for loop'
lencmp=length(ccmprh);
  2 Kommentare
John D'Errico
John D'Errico am 30 Mär. 2017
So define the variable kpl. You use it in your code. How can MATLAB know what kpl is, if you fail to provide it?
You may consider buying the mind reading toolbox. It is a new set of tools that allow MATLAB to know what you want to do, without your typing anything. It is very expensive though. :)
KSSV
KSSV am 30 Mär. 2017
@John I am interested in buying it..;)

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by