Jaden Hoechstetter
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
240,520
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Write Stream Binary Header with different precisions
I want to write a stream binary file that has different precisions for the header. Below is the header that I want to include wi...
2 months ago | 2 answers | 0
2
answersQuestion
Convert string to 256 Characters
How to create the Matlab source text which will be equivalent to this Fortran text? The character variable must be 256 character...
2 months ago | 2 answers | 0
2
answersQuestion
Outputing 256 characters into stream binary file
Hello! I am trying to export a txt file from Matlab that contains a 100000 x 11 array of values. Preceding these values, I wa...
2 months ago | 1 answer | 0
1
answerQuestion
bitshift in matlab vs ishft in fortran
Hi, I am trying to convert a large 64 bit number into 2x 32 bit numbers, Here is my code: U = bitshift(v, -24); L = bitand(v...
2 months ago | 1 answer | 0