cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Is it impossible to apply following method?

jlee-2
1-Newbie

Is it impossible to apply following method?

40.PNG

I expressded "mu" = "mu[1", "mu[2"...."mu[17" accoding to each "if" fuction.

I got error continually. error message said me that value need to be vecotor.

But I can't understand

2 REPLIES 2
Werner_E
24-Ruby V
(To:jlee-2)

How should we and Prime know what you mean by that?

1.png

How could the first ELEMENT of a vector be identical to the VECTOR itself???

Furthermore - as you call CL() vectorized, the argument mu will be a single scalar. So there is no mu[1 and therefore the error.

If the mu at the left and the mu at the right should denote different variables, you will have to rename the argument mu of your function.

thank you for advice

Top Tags