Suraj Kumar
Followers: 0 Following: 0
Feeds
已回答
Raytraced Channel with Heterogeneous Conformal Array
Hi Dimitry, To simulate a raytraced MIMO channel with arrays that have unique elements, you need to ensure that the elements ar...
Raytraced Channel with Heterogeneous Conformal Array
Hi Dimitry, To simulate a raytraced MIMO channel with arrays that have unique elements, you need to ensure that the elements ar...
1 day 前 | 0
已回答
Error using sqpInterface Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
Hi Hammed, You can refer to the following link which resolves a similar issue in detail: https://www.mathworks.com/matlabcentr...
Error using sqpInterface Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
Hi Hammed, You can refer to the following link which resolves a similar issue in detail: https://www.mathworks.com/matlabcentr...
2 days 前 | 0
已回答
How to do feature extraction using wavelet scattering and then perform neural network classification?
Hi Mustafa, To perform feature extraction using wavelet scattering on signals and then apply ANN classification, you can refer...
How to do feature extraction using wavelet scattering and then perform neural network classification?
Hi Mustafa, To perform feature extraction using wavelet scattering on signals and then apply ANN classification, you can refer...
1 month 前 | 0
已回答
save values of matrix in indexes of another matrix
Hi Hadeel, To save values from one matrix into another matrix using specific indices, please follow the steps outlined below: ...
save values of matrix in indexes of another matrix
Hi Hadeel, To save values from one matrix into another matrix using specific indices, please follow the steps outlined below: ...
2 months 前 | 0
已回答
Please help me to solve this problem!. I have to design four images flickering at different frequencies and spacing between images are 2.5cm.
Hi Shweta, To display images flickering at different frequencies in MATLAB, you can implement the flickering logic in your cod...
Please help me to solve this problem!. I have to design four images flickering at different frequencies and spacing between images are 2.5cm.
Hi Shweta, To display images flickering at different frequencies in MATLAB, you can implement the flickering logic in your cod...
2 months 前 | 0
已回答
How to perform salt and noise attack on watermarked video ?
Hi @Mohd Shaliyar, To perform a salt and pepper noise attack on a video in MATLAB, you can use the ‘imnoise’ function in MATLA...
How to perform salt and noise attack on watermarked video ?
Hi @Mohd Shaliyar, To perform a salt and pepper noise attack on a video in MATLAB, you can use the ‘imnoise’ function in MATLA...
2 months 前 | 0
已回答
HOW CAN DO PV MODULE WITH VARING TEMPERETURE IN MATLAB ?
Hi @aya, From what I gather, you want to simulate the PV module in MATLAB with varying temperatures. To achieve this, you can ...
HOW CAN DO PV MODULE WITH VARING TEMPERETURE IN MATLAB ?
Hi @aya, From what I gather, you want to simulate the PV module in MATLAB with varying temperatures. To achieve this, you can ...
2 months 前 | 0
已回答
Generation of n_th anonymouse Walsh function
Hi Andrei, To generate the nth Walsh function in MATLAB, you can refer to the following steps and the attached code snippets: ...
Generation of n_th anonymouse Walsh function
Hi Andrei, To generate the nth Walsh function in MATLAB, you can refer to the following steps and the attached code snippets: ...
2 months 前 | 0
| 已接受
已回答
Problem with OFDM transmit-receive code
Hi John, Based on my understanding, you are working on transitioning your OFDM system from BPSK to 16-QAM modulation and are f...
Problem with OFDM transmit-receive code
Hi John, Based on my understanding, you are working on transitioning your OFDM system from BPSK to 16-QAM modulation and are f...
2 months 前 | 0
已回答
how to use property "ProminenceWindow" for command islocalmin
Hi Swati, The ‘ProminenceWindow’ is a property in the ‘islocalmin’ function which is used to define the range over which the p...
how to use property "ProminenceWindow" for command islocalmin
Hi Swati, The ‘ProminenceWindow’ is a property in the ‘islocalmin’ function which is used to define the range over which the p...
2 months 前 | 0
已回答
How to select the outliers of a scatter plot by mouse click and return the coordinates to the main function
Hi @玥 曾, To select outliers from a scatter plot and return the coordinates of the selected points to the main function, you ca...
How to select the outliers of a scatter plot by mouse click and return the coordinates to the main function
Hi @玥 曾, To select outliers from a scatter plot and return the coordinates of the selected points to the main function, you ca...
2 months 前 | 0
已回答
How can I calculate kinematics of ankle joint after calculating local coordinates of the foot and shank from the 3D position of markers?
Hi Tomaszzz, To compute the ankle joint angles, you can refer the following steps and the attached code snippets: 1. Compute...
How can I calculate kinematics of ankle joint after calculating local coordinates of the foot and shank from the 3D position of markers?
Hi Tomaszzz, To compute the ankle joint angles, you can refer the following steps and the attached code snippets: 1. Compute...
2 months 前 | 0
| 已接受
已回答
Unable to run Simulink due to .dll error after installing 2016b
Hi John, I understand the issue that you are facing while running Simulink. This might be due to the interaction between MATLA...
Unable to run Simulink due to .dll error after installing 2016b
Hi John, I understand the issue that you are facing while running Simulink. This might be due to the interaction between MATLA...
2 months 前 | 0
已回答
Outputing 256 characters into stream binary file
Hi Jaden, From what I gather, you wanted to export a 100,000 * 11 array of values from MATLAB to a text file. To achieve this, ...
Outputing 256 characters into stream binary file
Hi Jaden, From what I gather, you wanted to export a 100,000 * 11 array of values from MATLAB to a text file. To achieve this, ...
2 months 前 | 0
已回答
How to generate TDL path gains for different subcarriers in a frequency selective channel?
Hi Elcinur, To simulate a frequency-selective channel using the ‘nrTDLChannel’ object in MATLAB, you can refer the following s...
How to generate TDL path gains for different subcarriers in a frequency selective channel?
Hi Elcinur, To simulate a frequency-selective channel using the ‘nrTDLChannel’ object in MATLAB, you can refer the following s...
2 months 前 | 0
已回答
Wilcoxon Signed Rank Test Results: Variations in p-values and z-values Compared to SPSS
Hi Wei, Based on my understanding, you are facing issues in getting the z-value in MATLAB for some cases. To resolve this issu...
Wilcoxon Signed Rank Test Results: Variations in p-values and z-values Compared to SPSS
Hi Wei, Based on my understanding, you are facing issues in getting the z-value in MATLAB for some cases. To resolve this issu...
2 months 前 | 0
已回答
Shift in noise immunity of FSK signal at different frequency spacing
Hi Melifaro, I understand you are experiencing issues with the Bit Error Rate (BER) analysis related to frequency deviation in...
Shift in noise immunity of FSK signal at different frequency spacing
Hi Melifaro, I understand you are experiencing issues with the Bit Error Rate (BER) analysis related to frequency deviation in...
2 months 前 | 0
已回答
Generate a kml file plotting a multi-colored line
Hi Alessio, To generate a KML file using MATLAB to plot a line where the colour of the line segments is related to a measured ...
Generate a kml file plotting a multi-colored line
Hi Alessio, To generate a KML file using MATLAB to plot a line where the colour of the line segments is related to a measured ...
2 months 前 | 0
已回答
How do I extract the specific values from NDVI time serie?
Hi Devendra, From what I understand, you are trying to extract specific phenological values from an NDVI time series using MA...
How do I extract the specific values from NDVI time serie?
Hi Devendra, From what I understand, you are trying to extract specific phenological values from an NDVI time series using MA...
2 months 前 | 0
已回答
How to use custom enviwrite code to use map_info for generating envi header file?
Hi Devendra, Based on my understanding, you want to generate an ENVI header file using MATLAB function ‘custom_ enviwrite’. To...
How to use custom enviwrite code to use map_info for generating envi header file?
Hi Devendra, Based on my understanding, you want to generate an ENVI header file using MATLAB function ‘custom_ enviwrite’. To...
3 months 前 | 0
已回答
Error while excuting script in project - stellar motion
Hi @Tushar Saratkar, The error message that you are encountering in MATLAB typically arises when there's a conflict between a v...
Error while excuting script in project - stellar motion
Hi @Tushar Saratkar, The error message that you are encountering in MATLAB typically arises when there's a conflict between a v...
3 months 前 | 0
已回答
I'm looking for a faster way to roll through a set of indexes into an array by using the bitand() function.
Hi @Dr W Kurt, From what I gather, you are trying to find a faster way to roll through a set of indices into an array by using...
I'm looking for a faster way to roll through a set of indexes into an array by using the bitand() function.
Hi @Dr W Kurt, From what I gather, you are trying to find a faster way to roll through a set of indices into an array by using...
3 months 前 | 0
| 已接受
已回答
correcting haralick features code
Hi Eten, To calculate and display certain Haralick features from a DICOM image, you can use the ‘graycoprops’ function in MATL...
correcting haralick features code
Hi Eten, To calculate and display certain Haralick features from a DICOM image, you can use the ‘graycoprops’ function in MATL...
3 months 前 | 0
已回答
How to use OpenSim library to create a custom reinforcement learning environment in Matlab?
Hi Masoud, To create a custom reinforcement learning environment in MATLAB, you can configure MATLAB by adding the OpenSim lib...
How to use OpenSim library to create a custom reinforcement learning environment in Matlab?
Hi Masoud, To create a custom reinforcement learning environment in MATLAB, you can configure MATLAB by adding the OpenSim lib...
3 months 前 | 0
已回答
Can the output of plsregress be used to calculate Q residuals and T2 for new X data
Hi Jeremy, To calculate Q residuals and T2 values from the outputs of ‘plsregress’ function in MATLAB and determine if a new o...
Can the output of plsregress be used to calculate Q residuals and T2 for new X data
Hi Jeremy, To calculate Q residuals and T2 values from the outputs of ‘plsregress’ function in MATLAB and determine if a new o...
3 months 前 | 0
已回答
How and What features are extracted using Wavelet Packet Transform
Hi C Prasad, To extract features using the Wavelet Packet Transform (WPT), you can go through the following steps along with t...
How and What features are extracted using Wavelet Packet Transform
Hi C Prasad, To extract features using the Wavelet Packet Transform (WPT), you can go through the following steps along with t...
3 months 前 | 0
已回答
How can I extract the frequencies of details and approximation of a signal that decomposed by "wavedec" command?
Hi Esmail, 1. To extract the frequencies of details and approximation of a signal that was decomposed by ‘wavedec’ command, yo...
How can I extract the frequencies of details and approximation of a signal that decomposed by "wavedec" command?
Hi Esmail, 1. To extract the frequencies of details and approximation of a signal that was decomposed by ‘wavedec’ command, yo...
3 months 前 | 0
已回答
How can I add a title to a volume object?
Hi Thomas, To add a title to a volume object , you can go through the following steps and attached code snippets: 1. Create vo...
How can I add a title to a volume object?
Hi Thomas, To add a title to a volume object , you can go through the following steps and attached code snippets: 1. Create vo...
3 months 前 | 0
| 已接受
已回答
Setting an adaptive threshold for image binarization
Hi Mehran, To set an adaptive threshold, binarize images in a reliable way and represent the white pixels as 1 and background a...
Setting an adaptive threshold for image binarization
Hi Mehran, To set an adaptive threshold, binarize images in a reliable way and represent the white pixels as 1 and background a...
3 months 前 | 0
已回答
How to extract Signal Parameters from an Eye Diagram
Hi Proman, To analyze an eye diagram and extract several key parameters like height, width, jitter and SNR ratio you can go thr...
How to extract Signal Parameters from an Eye Diagram
Hi Proman, To analyze an eye diagram and extract several key parameters like height, width, jitter and SNR ratio you can go thr...
3 months 前 | 0