Question: Syntax of Legend

Hi everyone, 

 

I am pretty new in MAPLE and I am having trouble doing a really easy thing. 

 

I would like to do a plot and add a legend. 

I know how to do a plot and I succeeded but I don't know how to write the legend. I want a legend that looks like:

K__V = 0.2

I have stored in my K__V the value 0.2. How can I do that? 

I tried with legend = 'K__V' 

This is ok to write the first part, but then how do I write the second one: ' = 0.2 ' ?

Of course I don't want to write 0.2 directly but I want to write K__V in this way the legend will change according to the value of K__V. 

In MATLAB what I want to write is really easy to do: 
legend('K__V=%d',K__V)


I hope I was clear.

Thanks

Please Wait...