回答済み
Can I use the Matlab function called "dice" to compare two histograms (or discrete probability distributions)?
Hi Sim I am not sure if the dice function can be used to compare two histograms, but you can use the function pdist2 to get a s...

1年以上 前 | 1

回答済み
how to validate a simulink model?
Hi Ashutosh, Please take a look at the following resource for information on Model Validation: Model Validation. Please revert ...

1年以上 前 | 0

| 採用済み

回答済み
Calculate the average of each matrix block
Hi Lama, You can use something similar to a convolution operation in Machine Learning. You can start by creating a "filter", wh...

1年以上 前 | 0

回答済み
How to add a dropdown component in a single cell of a table in app designer?
Hi Alessandro, Please see the following code snippet to add a dropdown to a particular cell: % Drop Down Options options = ca...

1年以上 前 | 1

| 採用済み

回答済み
generate a string with the numbers 1:999
Hi, Alberto Please try the following code: row_number = 1:999; column_number = row_number.'; conversion_column_number = stri...

1年以上 前 | 1

| 採用済み

回答済み
XCP timeout error in MATLAB Simulink when trying to monitor code on Nucleo STM32G431RB
Hi Max, It can be possible that the COM port specified (COM3) in the Connectivity Tab in Configuration Parameters > Hardware Im...

1年以上 前 | 0

回答済み
How to plot points on map axes with varying colors using scatterm?
Hi Samuel, I think the issue is with the way the depth array is being passed. When you're passing colors as a m-by-1 vector, ea...

1年以上 前 | 0

| 採用済み

回答済み
how to create for loop in below formula
Hi, Devaki You can use the following code, which generalizes it to a vector of any size: % Declare an array of the variables ...

1年以上 前 | 0