Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
hello everyone, I have faced this error on my CNN: (Layer 5 is expected to have a different size) I'm trying to implement the CNN algorithm that used ...
When I open the preview window after acquiring image data from my camera: h = preview(vid); Instead of the video data, a blank or poor contrast ...
I would like to know how I can calculate polyarea in metres from known latitude and longitude GPS coordinates. I have time data for 18 individuals and...
I've monthly soil monisture NC file. This file contains monthly soil monisture data since 1948. I want to extract soil data within my shapefile in tex...
I have three separate images that represent the strain of an area in the XX, XY, and YY axis. These images are all scaled the same. My goal is to comb...
Hello, I have a .shp file of the country Ireland. This is the file I read the file into matlab using the code: S = shaperead('Ireland.sh...
Hello, I am moving some Matlab code from working in Matlab to working in C through the Matlab Coder. I use the function imsubtract to see the diffe...
Hi, I would like to connect those cameras with Matlab, using for that their IP adress, to display their live video. Is there any way in Matlab R201...
I am trying to get a 3D point cloud using the following code: output_dir = 'C:\Users\Xyz\Desktop\Matlab'; %%set up webcam delete(imaqfind) leftCam ...
Hello, I am trying to plot a few points on top of a live image preview, but my code returns an error of "Line cannot be a child of Image." Does any...