Answered
uitable did not display part of data
Hi, The issue is with the usage of square brackets ‘[’ in your data. Remove the square brackets (“[]”) in your data and try t...

4 years ago | 0

Answered
Creating a table from outputs
Hi, I understand that you want to compare data from spreadsheets with small tolerance and display the output as tables. Steps:...

4 years ago | 0

Answered
GUI with live webcam preview not closing
Hi, This is a known issue in closePreview function when you try to use custom GUI to preview the data. This bug is fixed in R...

4 years ago | 0

| accepted

Answered
I have a Matlab license for Fixed Point Designer, can I use Simspace Multibody?
Hi, There will be no problem at all. You can you all the products under your license for the given time period even if you upda...

4 years ago | 0

Answered
How can I change the title bar icon of my app?
You can refer to following link https://www.mathworks.com/matlabcentral/answers/389213-how-can-i-change-the-icon-of-my-appdesig...

4 years ago | 0

Answered
How do I create an output port for a C caller block?
Hi, As per my understanding, you are creating a point variable in the function and trying to return it. But it is not possible ...

4 years ago | 0

Answered
Kmeans vs imsegkmeans, what the difference?
As per my understanding, there is not much difference in the underlying functionality of both kmeans and imsegkmeans as both doe...

4 years ago | 0

| accepted

Answered
Live Data Acquisition App with 2 Channels?
Hi, I understand that you need two input channels for the Live Data Acquisition app. To achieve that you can do the following ...

4 years ago | 0

Answered
Defining bus type when using Bus Element In / Bus Element Out blocks
Hi, I have gone through the model, even when we set the bus to ‘some_bus’ we can make it work if we convert nonvirtual bus to v...

4 years ago | 0

Answered
Using triggered subsystem with either - need a reset but how?
Hi, There is no such feature of resetting the block states in triggered subsystem. It is also stated in the documentation here....

4 years ago | 0

Answered
Cannot plot on Matlab
Hi, Cross-verify if you are getting data from you dsSimulate function. If you are getting valid data there are different set of...

4 years ago | 0

Answered
sorting of products based on requirement
Hi, I presume that you need to pick the activities in descending order of duration and resources (first being the highest) Her...

4 years ago | 0

Answered
GPU Coder library deployment
Hi, As per my understanding, the static library is deployed in user application but is unable to run as it is unable to access ...

4 years ago | 1

| accepted

Answered
How to set the departure time for the different generated vehicles in the Driving Scenario Designer app?
Hi, There is no such feature as of now in Driving Scenario Designer App. I have brought this issue to the notice of our develop...

4 years ago | 0

| accepted

Answered
How to print frame with a matlab command
There is no such feature of printing Simulink Model with frame now. I can think of two possibilities to achieve it as a work aro...

4 years ago | 0

Answered
How to export trained Faster RCNN to another hardware platform
Hi Alberto, I have tried it on the latest version of MATLAB R2019b and it worked fine for me. 1. Try updating / re-installing...

4 years ago | 0

Answered
How to import pretrained models with multiple outputs to MATLAB?
I have heard that this issue is a known and the concerned parties may be investigating further. Also as of now there is no work ...

4 years ago | 0

Answered
c caller not displaying the function name
This might be issue with settings in Configuration Parameters. Try the following: Configuration Parameters -> Simulation Target...

4 years ago | 0

Answered
How can i convert a Time series data from table to cell array ?
Hi Stephen, The model which you have specified is expecting an array of numeric data. I presume that you have converted the tab...

4 years ago | 1

| accepted

Answered
install program(setup.exe) is not work
Hi, I consider it as installation issue. There is seperate team which handles such queries and ML Answers is not right platform...

4 years ago | 0

Answered
How do I use a timer to run 2 functions at different speeds?
Hi Floortje, According to my understanding on problem, you want to execute certain statements at particular time step and State...

4 years ago | 0

Answered
concat images in order
Hi, Assuming that you have images in 2D format i.e., 512 X 512 matrices. Here is a sample code that could help you out in d...

4 years ago | 0

Answered
Calculating mean squared error or maybe MISE
Refer KSdensity which might serve your purpose. Here is the link https://www.mathworks.com/help/stats/ksdensity.html

4 years ago | 0

Answered
Custom colormap for a contourf plot?
See the following code which may help you %% Colorbar ranges crange = [-3 -2; -2 0; 0 2; 2 10; 10 100;100 10^4;10^4 10^8; 10^...

4 years ago | 0

Answered
How to create 3D plot in Matlab? How to set up the Matrix of the points?
meshgrid function will work for your case. I have presumed the data and tried the following code and it works fine. permutation...

4 years ago | 0

Answered
using hist3 to plot 2 different categories of data with two different colorbars
I think axesm function of Mapping Toolboxwould be helpful. You need to plot the data separately based on the categories and over...

4 years ago | 0

Answered
'radix_sort: failed to get memory buffer' when executing accumarray on gpuArrays of certain size
I have run the code on TitanV and it works fine. The array of larger size is working fine. So, I think there is no memory issue ...

4 years ago | 0

Answered
cumprod 11 period return,and require nan number in no more than 2.
After the calculation of cumulative product use isnan function to check count of the valid data. count = sum (isnan(A(end,: ...

4 years ago | 0

Answered
'ga' function - change in feasibility check of linear constraint > R2016b
There was a bug fix between 14a and 16b related to ga function. Refer this https://www.mathworks.com/support/bugreports/details...

4 years ago | 0

Answered
Why is there NaN in the weights of Convolutional layer in the deeplab V3+ semantic segmentation network
Assuming that you are using resnet18 pretrained network, the model is trained with a layer size of 3 and it expects 3 channeled ...

4 years ago | 0

Load more