nick
Followers: 0 Following: 0
Spoken Languages:
English, Hindi
Pronouns:
He/him
English, Hindi
Pronouns:
He/him
Feeds
已回答
2d radar kalman filter [r r_dot theta theta_dot]
Hi @kalmanfilterlearner, In the code shared, it is assumed that acceleration of the object is 0 which led F to be a linear matr...
2d radar kalman filter [r r_dot theta theta_dot]
Hi @kalmanfilterlearner, In the code shared, it is assumed that acceleration of the object is 0 which led F to be a linear matr...
3 months 前 | 0
已回答
How to convert constants in parameters to variables in inputs in simscape?Invalid use of value 'density'.
Hi @ms z, The error message indicates that there's an issue with how the 'desnity' input is being used within the node definiti...
How to convert constants in parameters to variables in inputs in simscape?Invalid use of value 'density'.
Hi @ms z, The error message indicates that there's an issue with how the 'desnity' input is being used within the node definiti...
3 months 前 | 0
已回答
Real-time EMG signal acquisition-Plots
Hi Iro, The issue, where the plot connects the last point with the first point, is likely due to inclusion of zero values in th...
Real-time EMG signal acquisition-Plots
Hi Iro, The issue, where the plot connects the last point with the first point, is likely due to inclusion of zero values in th...
3 months 前 | 0
| 已接受
已回答
Derivative of a multivariate function handle
Hi Swami, I understand that you want to create a function handle for the differentiated function in which values can be substit...
Derivative of a multivariate function handle
Hi Swami, I understand that you want to create a function handle for the differentiated function in which values can be substit...
3 months 前 | 0
已回答
after apply pca on a matrix,does any way exist to understand each column refers to which column in initial matrix? ?
Hi sorena, I understand that you want to know about the relationship between columns in 'reduced_A' and columns in A. When you ...
after apply pca on a matrix,does any way exist to understand each column refers to which column in initial matrix? ?
Hi sorena, I understand that you want to know about the relationship between columns in 'reduced_A' and columns in A. When you ...
3 months 前 | 0
已回答
Narx model GIVES POOR PERFORMANCE
Hi c.m.f.s., Here are a few suggestions to improve performance of your NARX neural network: Data Normalization: You can normal...
Narx model GIVES POOR PERFORMANCE
Hi c.m.f.s., Here are a few suggestions to improve performance of your NARX neural network: Data Normalization: You can normal...
3 months 前 | 0
已回答
To Automate Simulink Test Harness on Jenkins
Hi Shilji, I understand that you want to automate Simulink Test harness with spreadhseet based vectors. To automate the Simulin...
To Automate Simulink Test Harness on Jenkins
Hi Shilji, I understand that you want to automate Simulink Test harness with spreadhseet based vectors. To automate the Simulin...
3 months 前 | 0
已回答
Simulink Arduino, MPU91500 s-function error: Failed to generate all binary outputs
Hi @Arda Araz, It appears that the error is because the linker is unable to find the definitions for the functions 'MPU9150_Out...
Simulink Arduino, MPU91500 s-function error: Failed to generate all binary outputs
Hi @Arda Araz, It appears that the error is because the linker is unable to find the definitions for the functions 'MPU9150_Out...
3 months 前 | 0
已回答
Simulink Build error for Arduino librairy
Hi @Indramal, The error you’re encountering indicates that the linker is unable to find the definitions for several functions r...
Simulink Build error for Arduino librairy
Hi @Indramal, The error you’re encountering indicates that the linker is unable to find the definitions for several functions r...
3 months 前 | 0
已回答
Radial Basis Function with "newrb" dimensional problem
Hi @Francesco Porretta, The "newrb" function requires the target matrix T to have the same number of columns as the input matri...
Radial Basis Function with "newrb" dimensional problem
Hi @Francesco Porretta, The "newrb" function requires the target matrix T to have the same number of columns as the input matri...
3 months 前 | 0
已回答
How can I make a RBF NN with multiple inputs and a single input
Hi Bruno, The error “Inner matrix dimensions must agree” seems to indciate a mismatch in the dimensions of the matrices involve...
How can I make a RBF NN with multiple inputs and a single input
Hi Bruno, The error “Inner matrix dimensions must agree” seems to indciate a mismatch in the dimensions of the matrices involve...
3 months 前 | 0
已回答
How to resolve "license file selected seems to be invalid" error
Hi Ronnel, It seems that the license file is invalid. To resolve this issue, you can either use a different license file or obt...
How to resolve "license file selected seems to be invalid" error
Hi Ronnel, It seems that the license file is invalid. To resolve this issue, you can either use a different license file or obt...
3 months 前 | 0
已回答
Error using mex on matlab2015b
Hi showshowsc, It appears that the issue might be related to installed compiler for C++ not supported for the installed MATLAB ...
Error using mex on matlab2015b
Hi showshowsc, It appears that the issue might be related to installed compiler for C++ not supported for the installed MATLAB ...
4 months 前 | 0
已回答
Error using mex No supported compiler was found. MATLAB2018b Windows10
Hi Daiki Kakiuchi, It seems that the installed compiler for C++ is not supported for MATLAB compiler SDK. Kindly use the follow...
Error using mex No supported compiler was found. MATLAB2018b Windows10
Hi Daiki Kakiuchi, It seems that the installed compiler for C++ is not supported for MATLAB compiler SDK. Kindly use the follow...
4 months 前 | 0
已回答
Simulink - Rapid Accelerator with varying inputs
Hi TeichEnterich95, The error you're encountering suggests an issue with how inputs are being set up and passed to the model. T...
Simulink - Rapid Accelerator with varying inputs
Hi TeichEnterich95, The error you're encountering suggests an issue with how inputs are being set up and passed to the model. T...
4 months 前 | 0
已回答
Error with simout = sim (...)
Hi Tania, The error is due to the way format of specifying external inputs for Simulink model. In MATLAB R2016, you can specify...
Error with simout = sim (...)
Hi Tania, The error is due to the way format of specifying external inputs for Simulink model. In MATLAB R2016, you can specify...
4 months 前 | 0
已回答
How i modifed this for loop so it get the last value Kf_LMax of previous iteration not from the computed values before the loop?
Hi Ehtisham, I understand that you want to modify the given function so that each iteration of the loop uses the last computed ...
How i modifed this for loop so it get the last value Kf_LMax of previous iteration not from the computed values before the loop?
Hi Ehtisham, I understand that you want to modify the given function so that each iteration of the loop uses the last computed ...
4 months 前 | 0
已回答
Discretize in two dimension
Hi Alakesh, I understand that you want to compute the probability flux between each transition in a 2D space for a random traje...
Discretize in two dimension
Hi Alakesh, I understand that you want to compute the probability flux between each transition in a 2D space for a random traje...
4 months 前 | 0
已回答
Unable to set up C++ compiler
Hi Annamalai, I understand from your query that MinGW64 is not recognized in MATLAB command window. Please make sure that the v...
Unable to set up C++ compiler
Hi Annamalai, I understand from your query that MinGW64 is not recognized in MATLAB command window. Please make sure that the v...
4 months 前 | 0
已回答
Unable to assign Input Data in the Parameter Estimation tool
Hi Ruben, It seems that there is no root-level 'Inport' block in the SLX file. The 'Inputs' panel in the "Parameter Estimator" ...
Unable to assign Input Data in the Parameter Estimation tool
Hi Ruben, It seems that there is no root-level 'Inport' block in the SLX file. The 'Inputs' panel in the "Parameter Estimator" ...
4 months 前 | 0
| 已接受
已回答
Gradient Descent optimization in an electrical circuit or transmission line
Hi Syed, Here is a basic framework to get started for working with gradient descent optimization of an electrical cicuit : S...
Gradient Descent optimization in an electrical circuit or transmission line
Hi Syed, Here is a basic framework to get started for working with gradient descent optimization of an electrical cicuit : S...
4 months 前 | 1
已回答
Adding a new column in table based on matching number from other columns in the same table
Hi Yasir, You can use logical indexing function to allocate the value in column 'choice'. You can iterate over each row, chec...
Adding a new column in table based on matching number from other columns in the same table
Hi Yasir, You can use logical indexing function to allocate the value in column 'choice'. You can iterate over each row, chec...
4 months 前 | 1
| 已接受
已回答
Why does findobj behave different in windows than in unix systems?
Hi Javier, It looks like you're experiencing an issue with the "findobj" function in Ubuntu Machine. I tried to reproduce the i...
Why does findobj behave different in windows than in unix systems?
Hi Javier, It looks like you're experiencing an issue with the "findobj" function in Ubuntu Machine. I tried to reproduce the i...
4 months 前 | 0
已回答
I can not use the command‘plot’,what should I do?
Hi 鑫 , The error 'Error looking up class matlab.graphics.chart.primitive.Line' suggests that MATLAB is unable to locate the cl...
I can not use the command‘plot’,what should I do?
Hi 鑫 , The error 'Error looking up class matlab.graphics.chart.primitive.Line' suggests that MATLAB is unable to locate the cl...
4 months 前 | 1
| 已接受
已回答
Accessing Version Details Programmatically, App designer
Hi Jason, The version of the app in MATLAB App Designer can't be accessed directly with a property. As a workaround, you can...
Accessing Version Details Programmatically, App designer
Hi Jason, The version of the app in MATLAB App Designer can't be accessed directly with a property. As a workaround, you can...
4 months 前 | 0
已回答
I have the problem of Error Dialog.
Hi Nothile, It looks like you're experiencing issues with a corrupted SLX file in Simulink. By attempting to load the Simulink ...
I have the problem of Error Dialog.
Hi Nothile, It looks like you're experiencing issues with a corrupted SLX file in Simulink. By attempting to load the Simulink ...
4 months 前 | 0
已回答
atan2 does not accept complex numbers as input
Hi MA, I see you're interested in working with complex numbers and calculating angles using MATLAB. You can use 'atan2' in conj...
atan2 does not accept complex numbers as input
Hi MA, I see you're interested in working with complex numbers and calculating angles using MATLAB. You can use 'atan2' in conj...
4 months 前 | 0
已回答
How do I solve this Python error message "No module named 'numpy' " in MATLAB Online ?
Hi 翼, I understand you're encountering an error related to numpy not being installed when using MATLAB Online. This is because ...
How do I solve this Python error message "No module named 'numpy' " in MATLAB Online ?
Hi 翼, I understand you're encountering an error related to numpy not being installed when using MATLAB Online. This is because ...
4 months 前 | 0
| 已接受
已回答
plot limit problem for x sides
Hi Amani, It seems that the variable 'vec_SNR_dB', which represents the Signal to Noise Ratio in decibels, should be on the y-a...
plot limit problem for x sides
Hi Amani, It seems that the variable 'vec_SNR_dB', which represents the Signal to Noise Ratio in decibels, should be on the y-a...
4 months 前 | 0
已回答
Open Script Layout Error
Hi Eamon, To restore the layout to default, you can drag the tabs by holding the left-click button of the mouse to change the t...
Open Script Layout Error
Hi Eamon, To restore the layout to default, you can drag the tabs by holding the left-click button of the mouse to change the t...
4 months 前 | 0