Hi I am trying to code this equation into MATLAB, I have tried using for loops but have had no success
The code is as follows:
r=[1 2 3 4 5]
Ai=0.6895
N=[0.3256 0.2254 0.1300 0.07684]
I want to solve the equation delta and find delta values for each of the Ai/N values. So I would like to achieve 1/1*log(Ai/0.3256), 1/2*log(Ai/0.2254) etc
Hope you can help
0 Comments
Sign in to comment.