回答済み
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0