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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
