MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 184 of 208 Ask a Question
how to scan binary image and stop if value image=0?
Haylee · Oct 5, 2020 · matlab , image processing,

clear all; clc; img = imread('asmfx.jpg'); [m,n,p] = size(img); figure; imshow(img); [xreg yreg value] = ginput(1); title(['Row',num2str(xreg),'Col',num2str(yreg)]) if (length(xreg…

smart grid simultion
mh.rd · Oct 4, 2020 · SMART grid MAT POWER

Hi, I need help in simulation of smart grid in MATLAB. Can you please quote me the price ? Regards…

How to I apply Gaussian filter on images in MATLAB?
Eliezer · Oct 3, 2020 · matlab , image processing, Gaussian blurr

How to I apply a 7 x 7 Gaussian blurr operator with standard deviation of 1.6 and downscaled by a factor of 3 ? I tried to write this code but got error. K = imread('baboon.png'); …

Can anyone change this script without using CV toolbox?
Giancarlo · Oct 3, 2020 · matlab , image processing,

I'm trying to store mergerd image (imfuse) which include two lines (yellow and blue) - see script below. Does anyone has an idea how to store this image without using "insertShape"…

How to save concatenated images in MATLAB?
Nehemiah · Oct 1, 2020 · matlab , image processing,

I am trying to concatenate two 256x256 images and save them using imwrite. The saved image is supposed to be 256x512, but when I load the saved image, the size shows to be 343x434x…

how can i make an infinitely simulating model in simulink?
Muhammad · Oct 1, 2020 · matlab , image processing, simulink , simulation

Normally in simulink we specify the time for simulation. But I want to implement an image processing system which continuously take images from a camera as input. The system should…

Get a Free Consultation or a Sample Assignment Review!