Assuming inputml and areasacchetto are input variables and areatramoggia is a known constant, you can write a MATLAB function that calculates outputml using the provided formula. Here's an example implementation:
main.m137 chars4 linesYou can then call this function and provide the necessary inputs:
main.m72 chars3 lines
This would calculate the outputml given inputml = 100, areasacchetto = 5, and areatramoggia = 50. The result should be 1000.
gistlibby LogSnag