Could anyone help to covert the equation into matlab code
    2 views (last 30 days)
  
       Show older comments
    

How to convert this into code?
2 Comments
Accepted Answer
  David Hill
      
      
 on 27 Feb 2020
        Not sure what arrays p and g should be.
B=sum(log(1+(p(2:n).*g(2:n))./(1+arrayfun(@(x)sum(x*g(3:n)),p(2:n))))/log(2));
7 Comments
More Answers (0)
See Also
Categories
				Find more on Loops and Conditional Statements in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


