Réponse apportée 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...
environ 2 ans il y a | 0
Réponse apportée 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 ...
plus de 3 ans il y a | 0
Réponse apportée 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...
plus de 3 ans il y a | 0
Réponse apportée 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...
plus de 3 ans il y a | 0
Réponse apportée 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...