Community Profile

photo

Darren


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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);...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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*'); ...

11 years ago | 3 answers | 0

3

answers

Question


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...

11 years ago | 2 answers | 0

2

answers