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 & ...
11년 초과 전 | 답변 수: 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...
거의 12년 전 | 답변 수: 1 | 0