Feeds
提问
How to run/execute code written in MuPAD editor in the MuPAD notebook?
I'm trying to write a simple recursive function using symbolic variables in MuPAD editor. But how do I debug/check for errors & ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How do I convert a hexadecimal input from the user into binary form?
this is the piece of code I am having trouble with: h = input('Enter a hexadecimal string: '); d = hex2dec(h); b = de...
10 years 前 | 1 个回答 | 0