Group Abstract Group Abstract

Message Boards Message Boards

2
|
6.9K Views
|
1 Reply
|
3 Total Likes
View groups...
Share
Share this post:

Plotting mixed units?

Posted 9 years ago
POSTED BY: Geoffrey Flynn

Seems to be a bug, but you can try make it work like this:

f = Quantity[55.5556, "Hz"];
Plot[Cos[2*\[Pi]*f*Quantity[t, "ms"]], {t, 0, 18}]
Plot[Cos[2*\[Pi]*f*t], {t, Quantity[0, "Seconds"], Quantity[18, "MilliSeconds"]}]

Please also submit as Product Feedback: http://www.wolfram.com/support/contact/email/

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard