Abhinav Aravindan
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
101 回答
ランク
of 156,371
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
NR Intercell Interference Modeling
Hi @Faruk Adekola, The “NR Intercell Interference Modeling” example appears to have been modified in R2021a which contains the ...
NR Intercell Interference Modeling
Hi @Faruk Adekola, The “NR Intercell Interference Modeling” example appears to have been modified in R2021a which contains the ...
15日 前 | 0
回答済み
How to determine the probability using relative frequency histogram, kernel smoothing plot, empirical CDF plot, probability paper plots, and distribution fitting?
Hi @Katherine, I assume you are trying to create separate plots in a single figure window for "ksdensity", "pdfks" and "normpdf...
How to determine the probability using relative frequency histogram, kernel smoothing plot, empirical CDF plot, probability paper plots, and distribution fitting?
Hi @Katherine, I assume you are trying to create separate plots in a single figure window for "ksdensity", "pdfks" and "normpdf...
15日 前 | 0
回答済み
How do I resolve the error "The signal at output port 2 of 'ftranssine2freq/MATLAB Function/ SFunction ' is a variable-size signal with a nondiscrete sample time.."
Hi @ankit mishra, The error you are facing is likely because the “MATLAB Function” block sample time has been set to the defaul...
How do I resolve the error "The signal at output port 2 of 'ftranssine2freq/MATLAB Function/ SFunction ' is a variable-size signal with a nondiscrete sample time.."
Hi @ankit mishra, The error you are facing is likely because the “MATLAB Function” block sample time has been set to the defaul...
16日 前 | 0
回答済み
Video Output Simulink block
Hi @arsal javed, To create a video in Simulink using images based on specific conditions, you may use the following blocks and ...
Video Output Simulink block
Hi @arsal javed, To create a video in Simulink using images based on specific conditions, you may use the following blocks and ...
16日 前 | 0
回答済み
Undefined function 'channelWisePreProcess' for input arguments of type 'char'.
Hi @Hla Hla, I assume you are trying to use a modified form of the “channelWisePreProcess” function defined in the “preprocessB...
Undefined function 'channelWisePreProcess' for input arguments of type 'char'.
Hi @Hla Hla, I assume you are trying to use a modified form of the “channelWisePreProcess” function defined in the “preprocessB...
18日 前 | 0
回答済み
simulink coder STM32 DAC support
Hi @JERRY, The Digital to Analog Converter (DAC) block for STM32 based boards has been introduced from MATLAB R2023a. https:/...
simulink coder STM32 DAC support
Hi @JERRY, The Digital to Analog Converter (DAC) block for STM32 based boards has been introduced from MATLAB R2023a. https:/...
18日 前 | 0
回答済み
Protected model running error
Hi @DONGJU HAN, You may refer to the following Bug Report which describes a similar error for "HDL code generation failure from...
Protected model running error
Hi @DONGJU HAN, You may refer to the following Bug Report which describes a similar error for "HDL code generation failure from...
19日 前 | 0
回答済み
How to load PMSM motor control program into F28379D microcontroller
Hi @Doan, I assume you have installed the “C2000 Microcontroller Blockset”. The “c2000setup” function is used to launch the “Ha...
How to load PMSM motor control program into F28379D microcontroller
Hi @Doan, I assume you have installed the “C2000 Microcontroller Blockset”. The “c2000setup” function is used to launch the “Ha...
19日 前 | 0
回答済み
How to open multiple folders and compare the images?
Hi @Ashley, It seems like you want to find the similarities between sets of images located in different folders. You can achiev...
How to open multiple folders and compare the images?
Hi @Ashley, It seems like you want to find the similarities between sets of images located in different folders. You can achiev...
約1ヶ月 前 | 0
回答済み
what does the function "predictAndUpdateState" in LSTM really do?
Hi @Fred, The “State” refers to the network state which is a table with three columns: Layer – Layer name, specified as a stri...
what does the function "predictAndUpdateState" in LSTM really do?
Hi @Fred, The “State” refers to the network state which is a table with three columns: Layer – Layer name, specified as a stri...
約1ヶ月 前 | 0
回答済み
Open system in app designer in order to build exe file
Hi @Sabereh, I assume you want to open a Simulink model using MATLAB App Designer and build the standalone executable file from...
Open system in app designer in order to build exe file
Hi @Sabereh, I assume you want to open a Simulink model using MATLAB App Designer and build the standalone executable file from...
約1ヶ月 前 | 0
回答済み
how to perform multiple transformation on a CTS signal using a code where user input performs the desired transformation?
Hi @Muhammad Ali, It seems that you are looking to perform time shifting and scaling operations on signals in MATLAB. To do so,...
how to perform multiple transformation on a CTS signal using a code where user input performs the desired transformation?
Hi @Muhammad Ali, It seems that you are looking to perform time shifting and scaling operations on signals in MATLAB. To do so,...
約1ヶ月 前 | 0
回答済み
How to access S3 browser buckets in matlab?
Hi @yasaman, The “setenv” commands you have used are to specify your AWS access key ID, secret access key, and region of the bu...
How to access S3 browser buckets in matlab?
Hi @yasaman, The “setenv” commands you have used are to specify your AWS access key ID, secret access key, and region of the bu...
約1ヶ月 前 | 0
回答済み
Use diary off with Closerequestfcn
Hi @PierC, A similar issue to yours has been addressed in the following link: https://www.mathworks.com/matlabcentral/answers/...
Use diary off with Closerequestfcn
Hi @PierC, A similar issue to yours has been addressed in the following link: https://www.mathworks.com/matlabcentral/answers/...
約1ヶ月 前 | 0
回答済み
How do i zoom imhist?
Hi @candra, It seems that "imhist" adjusts the zoom such that the maximum Y-value is set to 2.5 times the variance of the Y-val...
How do i zoom imhist?
Hi @candra, It seems that "imhist" adjusts the zoom such that the maximum Y-value is set to 2.5 times the variance of the Y-val...
約1ヶ月 前 | 0
回答済み
PINN for Laplace eq in a rectangular geometry
Hi @sepideh, In the "Model Loss Function" for computing gradients and the Laplacian of "U" in "Solve Poisson Equation on Unit D...
PINN for Laplace eq in a rectangular geometry
Hi @sepideh, In the "Model Loss Function" for computing gradients and the Laplacian of "U" in "Solve Poisson Equation on Unit D...
約1ヶ月 前 | 0
回答済み
I would like to know how to automatically call Tasking compiler to compile the project after I generate the code with simulink?
Hi @shuaiwei, I assume you are referring to the usage of the “TASKING SmartCode” compiler for the Infineon AURIX TC4x family of...
I would like to know how to automatically call Tasking compiler to compile the project after I generate the code with simulink?
Hi @shuaiwei, I assume you are referring to the usage of the “TASKING SmartCode” compiler for the Infineon AURIX TC4x family of...
約1ヶ月 前 | 0
回答済み
how to use the coverage function in the antenna toolbox on stl files
Hi @Hernan Santos Barrera, I understand that you are trying to obtain the coverage map using an STL file as input with the “car...
how to use the coverage function in the antenna toolbox on stl files
Hi @Hernan Santos Barrera, I understand that you are trying to obtain the coverage map using an STL file as input with the “car...
約1ヶ月 前 | 0
回答済み
how do i get the values from block parameter SVC suseptance model
Hi @audy, I assume you are looking for the parameters of “SVC Controller” block present in “Static Var Compensator (SVC)” examp...
how do i get the values from block parameter SVC suseptance model
Hi @audy, I assume you are looking for the parameters of “SVC Controller” block present in “Static Var Compensator (SVC)” examp...
約1ヶ月 前 | 0
回答済み
I am getting "Unsupported CCS Version. Skipping CCS Project creation" after I updated the wrong instance of CCS on my computer.
Hi @Valeriy, According to the documentation, Code Composer Studio (CCS) v10 is supported with MATLAB R2021b and has been verifi...
I am getting "Unsupported CCS Version. Skipping CCS Project creation" after I updated the wrong instance of CCS on my computer.
Hi @Valeriy, According to the documentation, Code Composer Studio (CCS) v10 is supported with MATLAB R2021b and has been verifi...
約1ヶ月 前 | 0
| 採用済み
回答済み
Error using extractLBPFeatures>parseInputs Expected a string scalar or character vector for the parameter name.
Hi @Abdelrahman, The “extractLBPFeatures” function accepts the image as the first input argument, and the remaining arguments a...
Error using extractLBPFeatures>parseInputs Expected a string scalar or character vector for the parameter name.
Hi @Abdelrahman, The “extractLBPFeatures” function accepts the image as the first input argument, and the remaining arguments a...
約2ヶ月 前 | 0
回答済み
How to access all data in MATLAB documentation examples?
Hi @Allie, The parameter “T_MPPT” is a Mask Parameter of the “MPPT Controller using 'Incremental Conductance + Integral Regula...
How to access all data in MATLAB documentation examples?
Hi @Allie, The parameter “T_MPPT” is a Mask Parameter of the “MPPT Controller using 'Incremental Conductance + Integral Regula...
約2ヶ月 前 | 0
回答済み
How to store the result of areas on every images on loop in one folder to workspace?
Hi @fayza nayla, The “bwboundaries” function returns the coordinates of boundary vertices to “B” as a p-by-1 cell array, where ...
How to store the result of areas on every images on loop in one folder to workspace?
Hi @fayza nayla, The “bwboundaries” function returns the coordinates of boundary vertices to “B” as a p-by-1 cell array, where ...
約2ヶ月 前 | 0
回答済み
Why do I receive "Error using RectangularQAMModulator"
Hi @Hanojhan Rajahrajasingh, The “comm.RectangularQAMModulator” appears to accept only scalar or column vectors as input signal...
Why do I receive "Error using RectangularQAMModulator"
Hi @Hanojhan Rajahrajasingh, The “comm.RectangularQAMModulator” appears to accept only scalar or column vectors as input signal...
約2ヶ月 前 | 0
回答済み
The code from the M file will not complete
Hi @Marko Radovic, After looking through your code, it seems that the issue is due to the last "while" loop in Line 352, as poi...
The code from the M file will not complete
Hi @Marko Radovic, After looking through your code, it seems that the issue is due to the last "while" loop in Line 352, as poi...
約2ヶ月 前 | 0
回答済み
How to update code mappings Programmatically in Embedded coder 'Code Mappings - Component Interface'
Hi @Liu, The "Update Code Mappings" button in the "Functions" tab seems to initiate "Update Diagram" in Simulink. You can u...
How to update code mappings Programmatically in Embedded coder 'Code Mappings - Component Interface'
Hi @Liu, The "Update Code Mappings" button in the "Functions" tab seems to initiate "Update Diagram" in Simulink. You can u...
約2ヶ月 前 | 0
回答済み
Error in MATLAB opticalFlow function from the vision toolbox
Hi @a_imr, The “vision.OpticalFlow” system object estimates object velocities from one image or video frame to another. It use...
Error in MATLAB opticalFlow function from the vision toolbox
Hi @a_imr, The “vision.OpticalFlow” system object estimates object velocities from one image or video frame to another. It use...
2ヶ月 前 | 0
回答済み
explain the steps to extract mfcc features from voice signal using voice analysis tool box
Hi Akila, I understand that you are looking for methods to extract features from a Voice Signal. To do this, you may use the “...
explain the steps to extract mfcc features from voice signal using voice analysis tool box
Hi Akila, I understand that you are looking for methods to extract features from a Voice Signal. To do this, you may use the “...
2ヶ月 前 | 0
回答済み
Model in the document
Hi @CZ, It appears that the example model image present in “Clock and Data Recovery in SerDes System” documentation is not ava...
Model in the document
Hi @CZ, It appears that the example model image present in “Clock and Data Recovery in SerDes System” documentation is not ava...
2ヶ月 前 | 0
回答済み
understanding rects/coordinates in psychtoolbox
Hi Jaymie, To create a program where circles randomly appear in each quadrant and move to a different quadrant when the "Space...
understanding rects/coordinates in psychtoolbox
Hi Jaymie, To create a program where circles randomly appear in each quadrant and move to a different quadrant when the "Space...
2ヶ月 前 | 0