User`s guide
Manuals
Brands
MATLAB Manuals
Other
COMPILER RELEASE NOTES
121
122
123
124
125
126
127
128
129
130
R2014a
3-16
Compatibility Considerations
In previous releases, the output class of these functions was dependent on the input
class. To obtain nondouble output, cast the output into the required class, such as
int8(sub2ind(size,i,j))
.
1
...
...
126
127
128
129
130
...
...
716