Unable to resolve the name ‘half.typecast’
Hi guys,
I’m trying to understand the following line of code, where data is a 4D array of type uint16.
data_single = single(half.typecast(data));
I tried to digest the line by doing the following
B=half.typecast(data);
,but I’m getting the following error
Unable to resolve the name ‘half.typecast’.
My problem is not with the single part, but with half.typecast() part. Any feedback will be appreciated.Hi guys,
I’m trying to understand the following line of code, where data is a 4D array of type uint16.
data_single = single(half.typecast(data));
I tried to digest the line by doing the following
B=half.typecast(data);
,but I’m getting the following error
Unable to resolve the name ‘half.typecast’.
My problem is not with the single part, but with half.typecast() part. Any feedback will be appreciated. Hi guys,
I’m trying to understand the following line of code, where data is a 4D array of type uint16.
data_single = single(half.typecast(data));
I tried to digest the line by doing the following
B=half.typecast(data);
,but I’m getting the following error
Unable to resolve the name ‘half.typecast’.
My problem is not with the single part, but with half.typecast() part. Any feedback will be appreciated. half, typecast, single MATLAB Answers — New Questions