Statistiques
RANG
101 619
of 301 653
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 377
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 992
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How to use half.typecast
What I'[m doing is reading data from a flight recorder (not the comercial airline type). I found some code my predecessor wrote...
11 jours il y a | 0
Question
How to use half.typecast
I have to read in a 16-bit float from a binary file. I used x = fread(fid,1,'*uint16','ieee-be') since there is no half data t...
12 jours il y a | 2 réponses | 0
2
réponsesfread a double that's been broken up into four 16 bit words
Thanks for all the help. The problem was between the keyboard and the chair. It was how I was formatting my "test" file. I see w...
2 mois il y a | 0
Question
fread a double that's been broken up into four 16 bit words
I have to read in a double from a file that's been broken up into 4 consecutive 16 bit words. How can I do that? I tried reading...
2 mois il y a | 3 réponses | 0
3
réponsesQuestion
print hexadecimal representation of 16 bit word
I keep messing it up I've got a 16 bit word that's supposed to be the hexadecimal representation of a number. How do I print t...
6 mois il y a | 1 réponse | 0
