已回答
Nearest neighbour distances for each part of dataset
Hi @Jorg Borren, To find the nearest neighbor for each point within the same part and calculate their Euclidean distances, you ...

1 year 前 | 0

已回答
3D curve fitting a periodic surface
Hi @Scott Sycamore, To achieve a smooth periodic spline fit for a 3D surface data, we can use either "NURBS" (Non-Uniform Rati...

1 year 前 | 0

已回答
how to fix the warning message always displayed when I want to classify images after augmentation process, the worning message is about preallocating
Hi @Fatemah Al Assfor, The warning message you are seeing is due to the dynamic resizing of the "posterior" variable in each i...

1 year 前 | 0

已回答
How to continuously train neural network in Simulink?
Hi @Jack, The issue arises because Simulink requires a fixed-size and type for the outputs of a MATLAB Function block, and "new...

1 year 前 | 0

已回答
For code generation, how to overcome the issue of having the size of a symbolic dimension must be greater than 1.
Hi @Omar Ashraf, The limitation of having symbolic dimensions greater than 1 often arises from the need to optimize for perform...

1 year 前 | 0

已回答
Question about simulink parallel operation
Hi @di, To achieve parallel execution in Simulink, use parallel subsystems by using two different subsystems: one for the main ...

1 year 前 | 0

已回答
how to obtain data on simulink model signal line and output ports in real time When simulink model is running?
Hi @liqun fang, There are several ways to accomplish this, depending on your final objective and implementation. Refer to d...

1 year 前 | 0

已回答
4x4 membrane switch set up
Hi @Paul, I am assuming that you are trying to interface a 4x4 membrane switch with an Arduino using MATLAB instead of Arduino ...

1 year 前 | 0

已回答
Need to add more agents in larger area in the agent coverage example
Hi @Nik, To run the same example with 10 agents on a "24x24" grid, you will need to manually update the code and add agent bloc...

1 year 前 | 0

| 已接受

已回答
Using ensemble to forecast timeseries (machine learning)
Hi @yamid, The model outputs a flat line because the data lacks strong seasonality, making it difficult for the model to pr...

1 year 前 | 1

已回答
System Composer Version Compare of Architectures containing referenced models
Hi @Matthias, When comparing files, it is expected that the "System Composer Comparision Tool" doesn’t compare the referenced ...

1 year 前 | 0

已回答
Removing bias drift from integration of noisy signal
Hi @Antonio, The double integral is anticipated to show an upward trend since the single integral is not converging to zero, w...

1 year 前 | 1

已回答
How can I exit Simuink completely?
Hi @Jianfei, The "isSimulinkStarted" function determines if the Simulink engine is active, rather than checking if a specific ...

1 year 前 | 0

已回答
Why do we divide the variance by 255^2 when adding Gaussian noise in MATLAB?
Hi @jiang yutong, When using "imnoise" function, if the image is not already of type "double", MATLAB converts it to "double...

1 year 前 | 0

| 已接受

已回答
Hello everybody, I want to save the following code result in matrix without overwrite the old result and finally export it as xls file?
Hi @ARAM KHURSHEED, The ‘range’ variable should be dynamically adjusted to ensure that each iteration writes to a different...

1 year 前 | 0

已回答
Using VideoWriter to make a Movie without Displaying the Figure each time
Hi @Mark Fasano, Consider using the 'Visible' - 'off' property to stop displaying the figure. fig = figure('Visible', 'off')...

1 year 前 | 0

已回答
state flow chart properties action language
Hi @VINAY, You are encountering unexpected behavior because Stateflow does not recognize the pattern you added under the 'durin...

1 year 前 | 1

| 已接受

已回答
Discrete PI Controller from Continous PI Controller
Hi @Fabián, I am assuming that the blocks depicted in squares are Gain blocks in Simulink. I don't exactly understand what the...

1 year 前 | 0

| 已接受

已回答
How do I make signal names coming from linked subsystems unique?
Hi @Netta, If you want a simple way to change the names of output signals from 'signal_name' to 'subsys_name.signal_name', you ...

1 year 前 | 0

已回答
How can I send the Output data generated by Matlab Simulink Model on GCP?
Hi Yash Mittal, To send the readings you generated to Google Cloud Platform (GCP), you can start by exporting the data to a "cs...

1 year 前 | 0

已回答
how to load and read sparse matrix from txt file to MATLAB ?
Hi Mohamed Salem, I understand that you want to load and read the sparse matrix data from the “Ksparse.txt” file provided. “...

1 year 前 | 0

已回答
how to Align values
Hi May Tanedo, You could use “table” for presenting the values in an ordered way. T = table([TV; LAPTOP; SPEAKER; MOUSE; KEYBO...

1 year 前 | 0

已回答
How do I get a similar ans for my project?
Hello Vijayakkrishnan K NK, I understand that you want to retrieve the values from a struct you've provided and use them in ...

1 year 前 | 0