EHfields Electric and magnetic fields of antennas or embedded electric and magnetic fields of antenna element in arrays feedCurrent Calculate current at feed for antenna or array impedance Calculate and plot input impedance of antenna or scan impedance of array info Display information about antenna, ...
X = zeros(sz) returns an array of zeros where size vector sz defines size(X). For example, zeros([2 3]) returns a 2-by-3 matrix. example X = zeros(___,typename) returns an array of zeros of data type typename. For example, zeros('int8') returns a scalar, 8-bit integer 0....
matlab::data::InvalidDimensionsInRowMajorArrayException Dimensions not valid. This exception occurs for arrays created with MATLAB®R2019a and R2019b if a row-major array is not 2-D. matlab::data::NumberOfElementsExceedsMaximumException
Data Types:double|single|logical|int8|int16|int32|int64|uint8|uint16|uint32|uint64 Complex Number Support:Yes Output Arguments collapse all Array of ones, returned as a scalar, vector, matrix, or multidimensional array. Extended Capabilities ...
X = zeros(sz) returns an array of zeros where size vector sz defines size(X). For example, zeros([2 3]) returns a 2-by-3 matrix. example X = zeros(___,typename) returns an array of zeros of data type typename. For example, zeros('int8') returns a scalar, 8-bit integer 0....
For ordinal categorical arrays, MATLAB® interprets the median of an even number of elements as follows: If the number of categories between the middle two values is ...Then the median is ... zero (values are from consecutive categories) larger of the two middle values an odd number valu...
Calculate with arrays that have more rows than fit in memory. C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™. GPU Code Generation Generate CUDA® code for NVIDIA® GPUs using GPU Coder™. HDL Code Generation Generate VHDL, Verilog and SystemVerilog code for FPG...
If A and B are both arrays, then they must be the same data type unless one is a double. In that case, the data type of the other array can be single, duration, or any integer type. If A and B are ordinal categorical arrays, they must have the same sets of categories with the...
In that case, the data type of the other array can be single, duration, or any integer type. If A and B are ordinal categorical arrays, they must have the same sets of categories with the same order. If either A or B is a table or timetable, then the other input can be an ...
Prototype of array to create, specified as an array. Data Types: double | single Complex Number Support: Yes Tips X = NaN returns the scalar, type double, IEEE® representation of "not a number". The exact bit-wise hexadecimal representation of this value is fff8000000000000. MATLAB® pr...