Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0

Beantwortet
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...

mehr als 3 Jahre vor | 0