i have a matrix which has 16 columns and varying number of rows.. i
need to replace the elements ranging from -50 to 50 with zero and the
rest should remain the same.. i have coded for a single element
search and replace which is
[m, n] = size(Data);
for i = 1: m
for j = 1:n...
hi,
i have a page full of data extracted from sensor readings and hence the reading changes columnwise.. i wanted to know if there was any inbuilt function in matlab that helps me to analyse and relate the data columnwise.. please let me know if any more details are needed...
i have not yet...
I am having a page full of data which comes from the sensor readings...which i have to scan through my program and check to see if there are any changes.. but my initial issue is that i need to write a function in matlab which takes the file which contains the data and gives an output saying...