Community Profile

photo

melon


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


This function does not work and gives the error in P=zeros(n) i don't understand why
function [P]=BULBP(x,n) P=zeros(n); for i=1:n P(n)=P(n)+x(i)*Psat(i); end end end

11 years ago | 3 answers | 0

3

answers