Feeds
已回答
How to set up an approximately equal conditional statement?
Starting in R2024b, you can use the isapprox function to determine if two input arrays are approximately equal. Specify the maxi...
How to set up an approximately equal conditional statement?
Starting in R2024b, you can use the isapprox function to determine if two input arrays are approximately equal. Specify the maxi...
4 months 前 | 0
已回答
Interpolating missing values
Starting in R2023b, you can fill missing entries in 2-D data using the fillmissing2 function.
Interpolating missing values
Starting in R2023b, you can fill missing entries in 2-D data using the fillmissing2 function.
2 years 前 | 1
| 已接受
已回答
Smoothing a 2d matrix (DEM)
Starting in R2023b, you can smooth noisy data in two dimensions by using the smoothdata2 function. As of R2023b, the supported s...
Smoothing a 2d matrix (DEM)
Starting in R2023b, you can smooth noisy data in two dimensions by using the smoothdata2 function. As of R2023b, the supported s...
2 years 前 | 1
| 已接受
已回答
how do i change a matrix dimension from MxN to 100xN?
Starting in R2023b, you can use the paddata function to pad data by adding elements. For example, specify the size of the padded...
how do i change a matrix dimension from MxN to 100xN?
Starting in R2023b, you can use the paddata function to pad data by adding elements. For example, specify the size of the padded...
2 years 前 | 1
| 已接受
已回答
Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]
If you're using release R2018a or later, use the normalize function. Here is an example of normalizing by the 2-norm, where U is...
Please how can i normalize the column of a complex matrix SAY U= [2 + 2i, 3+i; 4+5i , 4 -9i]
If you're using release R2018a or later, use the normalize function. Here is an example of normalizing by the 2-norm, where U is...
3 years 前 | 1

