Convert equation to MATLAB code

Answers (2)

Assuming variables (w,F) are a single dimension array of values and (a,b,n,D) are scalar.
w=1./((a*F./(D*sum(F))-exp(-n/b));
suggest easy way to write the matlab code

1 Comment

Taking Onramp tutorial. Time frame is like learning how to walk 🚶.

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Release

R2019a

Tags

Asked:

on 15 Feb 2021

Commented:

on 4 Jun 2022

Community Treasure Hunt

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

Start Hunting!