Hi all, I have a folder which contains 200 BMP images, I am reading all the images, converting each image into a vector and then trying to store these image vectors into a matrix. …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hi all, I have a folder which contains 200 BMP images, I am reading all the images, converting each image into a vector and then trying to store these image vectors into a matrix. …
I have a floor plan image which contains objects and walls. I removed all the objects in it so it now contains only walls. Now I want to get the coordinates of each room. I am new …
As the title suggests, I defined some variable say, x in the workspace that has a number. Using MATLAB function, I am trying to import that variable (just once!) and as simulation …
I am using the matlab function block in simulink. I need it to continuously read its inputs and change its outputs. The problem is that I must declare my start position as zero. Th…
When using multiple ideal switches in series, the snubber circuit must be used. A high value resistance value is then added to allow simulation to work. I am presently building pow…
I´m doing a circuit or model with a cell array and a battery in order to simulate the consumption of a home, but I have not get to do it because SPS use only loads RLC and and it …
I am relatively new in the matlab/simulink world. I want to model a force (output) which is dependent on the square of AC Voltage (voltage) * Constant F(V) = K * (V^2) AC voltage =…
I am building a state-space feedback controller for a single phase bipolar inverter by using MATLAB Simulink. I want to extact the angle of the output voltage as part of the contro…
I want to detect skin region in images which contain hand, foot or mouth and remove the background. The YCbCr color space is used in my work. I can convert the image into YCbCr col…
I would like to know how to superimpose images in MATLAB.…