Feeds
提问
Index exceeds matrix dimensions
Hi, the script i am working on is: a = {'not follow', 'we are not ready', 'dont call',... 'footpush not pressed', 'pr...
13 years 前 | 1 个回答 | 0
1
个回答提问
Converting hex to binary and displaying which bits are set
Hi, I am currently working on a function that will output what state a system is in at a particular point in time indicated by a...
13 years 前 | 1 个回答 | 0
1
个回答提问
Importing hex values from a .txt or .xlsx file
I have a function as detailed below: function [A B C] = elevation (d,p,t) FC = 360; d = hex2dec (d); p = hex2dec (p);...
13 years 前 | 1 个回答 | 0
1
个回答提问
Adding 2s compliment notation to a function
I have a function as detailed below: function [A B C] = elevation (d,p,t) FC = 360; d = hex2dec (d); p = hex2de...
13 years 前 | 1 个回答 | 0
1
个回答提问
variables in m files
Hi, I am new to MATLAB. This is the script i am working on: FC = 360; d = hex2dec ('*001C72*'); p = hex2dec ('*038E*'); ...
13 years 前 | 3 个回答 | 0
3
个回答提问
Determining which flags are set from a hexadecimal input
Hi, I'm currently looking into writing a program which reads a hexadecimal input, and then tells me which flags are set depe...
13 years 前 | 2 个回答 | 0
