Hi, i am using A1 = Plot3D[Availability[T1, T2], {T1, 0, 8760}, {T2, 0, 8760} and the result is an empty box. Does anyone knows why i'm having this issue? Basically the plot functions works fine, but the graphics are not displayed....
A1 = Plot3D[Availability[T1, T2], {T1, 0, 8760}, {T2, 0, 8760}
You don't give enough information to tell. What is the Availability function? Perhaps it is returning complex numbers?
Use the Code Sample button (upper left above the input panel) to enter complete code, the function definition and the plot statement, into your posting and you will have a better chance for an answer. (Select the code in your notebook. Copy As Input Text and paste into the posting. Then select it and use the Code Sample button.