Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi, I have a problem with using solve block find function multiple inputs, May I know what is the problem? thanks
You can't use a solve block like that. Make the solve block a function:
Answer(WD,Tp,lambda1):=find(lambda1)
Then call the function for the different values of WD, Tp, and lambda
Alternative solution: