Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have 2 matrices A and B, both 7x3. I want to compare each element in A with its corresponding element in B, taking the larger of the 2 values and cr...
How do I find the last element in a increasing matrix that is less than a particular number. For example if my matrix is A=[ 1 2 3 4 6 8 9] And I want...
Thank you for the help in advance. I wanted to plot the data usin' polar plot as the exmple shows https://matplotlib.org/examples/api/radar_chart.html...
I have a set of 2D pictures, I want to only focus on a small blob in the middle while ignoring a sea of NaNs around it If I keep the NaNs, histeq spit...
Hello everyone. After using the "montage" function, how can I apply the rgb2gray to the montage image?...
Hi, I have a set of XY coordinates, how do we transform given XY coordinates using 'lwm' tform? ROI_Coordinates_XY=[1,2; 2,3; 4,5; 6,7; 1,0; 1,6]; ...
for (i=1:x1) for(j=1:x2) Z=zeros(N,M) end end For example if x1=4,x2=4,N=8,M=8 I will have 16 zero matrices(8*8).All are named as z. I need t...
I would like to add hitogram for each scatter plot. The code below plots in different color each slice of 3 dim scatter matrix. I would like to replac...
Here's a snippet of the program for Fall Detection which analyses a video clip frame-by-frame : while ~isDone(vid) % vid = vision.VideoFileReader(v...
i have a single camera and i detect the object. now i'm trying to detect the distance between object and my camera....