已回答
Is it possible to generate a FMU that contains FMUs in Simulink?
Hi Yannick, It is my understanding that you intended to create composite FMU blocks where you can include FMU blocks inside ano...

1 year 前 | 1

已回答
Create line Shapefile with attributetable
It is my understanding that you want to add two additional attributes (smoothed and crestO) to the struct array crest. The struc...

1 year 前 | 0

已回答
Averaging elements for a cell within a cell array
In order to apply a function on each cell of a cell array, you can use the function cellfun(). Refer to the below documentation ...

2 years 前 | 0

已回答
how to make symbolic variable by loop as we want
The error unrecognized variable arises because str2sym does not add the variables contained in the string to the workspace. So w...

2 years 前 | 0

已回答
Mean Greyscale Index matrix
According to my understanding you want to calculate mean of all pixels in the image and it's a greyscale image. So if your imag...

2 years 前 | 0

已回答
How to convert a c++ file to a matlab coding?
If you want to actually convert C++ code to MATLAB code, then maybe it requires manual conversion. However, if you just want to...

2 years 前 | 0

已回答
How to execute makefile for C code generated from MATLAB coder
You can use the .mk makefile in the C code library. I am assuming that you are talking about the library generated by MATLAB cod...

2 years 前 | 0