Hi There!
I am new to Mathematica. One of my former colleagues coded a function in a .nb file, the function with six variables looks like the following:
GRegressions[fileDirectory_, fileName_, \ incrementStop_, substrateToughness_, interfaceToughness_, dataCheck_, \ correctionFactor_] :=
Now, I am trying to call the function from another .nb file in the following way:
GRegressions[ "/scratch/Example_Fracture/", "85deg_usubv101a.dat", 266, 10.0, 0.40, "yes", 1];
The main issue is I am not seeing any error message or anything else to work with. When I press Shift+Enter, it just doesn't show me anything.
I would appreciate any of your advice about how can I proceed further?
Thank you so much!
-Rajib