Hi. I would like to save the RGB numbers of an image (see RGB_value) inside a cell (see matrix) that has the same size as the image and in the same determined position. For exam…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hi. I would like to save the RGB numbers of an image (see RGB_value) inside a cell (see matrix) that has the same size as the image and in the same determined position. For exam…
I want to migrate a model from R2017b to R2020b, when I generate the code in R2017b I don't have any issues, nevertheless the same model with the same configuration on R2020b retur…
When I try to activate my license, it asks for my user name. How do I find this? …
Hi I'm new in matlab so i need a little help to get started. How do i make a program which can distinguish from odd and even numbers? I know that i need to make a loop, it should b…
Dear : I have a set of weight number [weight1 weight2 weight3 weight4],I want to use a exhaustion method with a condition find all of them satisfied the condition: Both of th…
Hi everyone, I have a travelling wave solution drawn at each time step for a set of data obtained from a previous simulation. Tmax = 10000; m =load('solution.mat'); SS = m.sol…
In MATLAB versions up to R2019b I was able to use which -all sl_customization to locate all sl_customization.m and sl_customization.p files on the MATAB search path. That does…
how to read the all the images present in a folder …
a=imread('cameramen.jpg'); b= round(a./256); but i got binary bits like this 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 . . . 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 . . 1 0 1 0 1 0 0…
Hi, In order to continue processing data for the experiment results, I have to calculate the spray penetration length based on the spray image. Previously I got the code from Im…