User Portlet User Portlet

Nicolò Monti
Discussions
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/74d52228-481d-4f04-bf5d-d6868fda2f02
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/5d0a5da2-c77d-465d-8dcc-94e78e5be30e
Hi Joseph, yes, the Wolfram Language can do those, but not in an holistic way. For the C/C++ code generation you have to create a compiled function (look up the Wolfram Compiler on Google). From there you've got two paths: 1. Generate C code using...
![graph][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=graph.png&userId=2208566 [2]: https://www.wolframcloud.com/obj/76ba9305-5312-49b0-bd7d-4fd4d481376b
Hello Jean, I think that the problem here is that b is not defined, so 1 * b won't evaluate to true and the assumption is not going to be satisfied. Removing the assumption or assigning a real number to b makes the equation solve correctly. ...
Hi Jennifer, I don't think that you should use `/dev/tty.usbmodem1411` in a non POSIX environment, usually, in Windows, serials ports are from `COM1` to `COM9`.
Hello Pedro, Rather than writing that in C, you could use Python's websockets library, so in the meantime you find a solution you can get this done. I'm sure there is a better way to do it, but you can play around with this First install...
*NOTE: Packages files are available through this [GitHub link][1]* &[Wolfram Notebook][2] [1]: https://github.com/nicolomonti/Bluetooth [2]: https://www.wolframcloud.com/obj/c1a12f30-485c-4f2f-9396-13dc02d6b75f