Skip to main content
13-Aquamarine
August 29, 2023
Solved

User defined variable & Circle Plot

  • August 29, 2023
  • 2 replies
  • 1576 views

I had a circle function that was working fine until I re-defined some of the variables as Ohms-secondary.  The plot is blowing up now and I'm not sure why.  See attached.

 

 

Best answer by Snowshoeman

Thank you!  Yes, that seems to be the fix.

2 replies

25-Diamond I
August 29, 2023

Silly (and IMHO unnecessary) as it may be, Prime insists that the NaN's must have the same unit as the rest of the matrix!

So the fix is to add the units - I am using the SIUnitsof the center M which must be the same units as the radius r.

Werner_E_0-1693328753988.png

Werner_E_1-1693328781222.png

 

 

 

Snowshoeman13-AquamarineAuthorAnswer
13-Aquamarine
August 29, 2023

Thank you!  Yes, that seems to be the fix.

ttokoro
21-Topaz I
21-Topaz I
August 29, 2023

Or deleate [NaN NaN] of first row.

image.png or 

ttokoro_0-1693352537720.png

 

t.t.