Question: Transform a statement from polymath to matlab I am trying to plot S (selectivity) vs. t on matlab and I am using an example from
Transform a statement from polymath to matlab
I am trying to plot S (selectivity) vs. t on matlab and I am using an example from Polymath.
How can I transfer the following statement from Polymath to Matlab?
S_overall = if(t>0.0001)then(Nc/(Nd+Nf))else(0) S_INST= if(t>0.0001)then(rc/(rd+rf+0.0001))else(0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
