Answered Summation of table imported from excel
Hello Luis Eloy García-Mauriño Rey,
% Assuming xls data strored in variabl 'data'
% colum 1 is Angle, colum 2 is Volume, colu...
6 years ago | 0
| accepted
Answered Creating binary 3D mask from MR volume
Hello banikr,
I think this is what you want ... if I am not wrong.
load mri;
% load mriVolume; %3D MRI data with data varia...
Answered RGB Color Space Image Segmentation
Hello Muftahu Kabir,
Here is the code ...
clear all;
close all;
clc;
I = imread('1.jpg');
figure, imshow(I);
IR = I(...
Answered Codec Error with VideoReader function
Here is the solution what I found
https://in.mathworks.com/matlabcentral/answers/218237-unable-to-determine-the-codec-required#...
6 years ago | 0
Answered Unable to determine the codec required.
Hello,
To solve the problem, I installed 'Media Player Codec Pack' and use the following code.
vidObj = VideoReader('VideoFile...
Answered Testing trained classifier model with new data
sample=miraudio(audio);
will give 'miraudio object'. its NOT an array.
'peak2rms' builtin function of matlab will give an err...