CreateInputOuput data.m in 2012a do not work in 2018a, error Undefined function or variable 'inputs'. Error in CreateInputOutputData (line 9) totallength = length(inputs);

1 visualización (últimos 30 días)
%load the data from text file.
disp('Reading in input data from file.....');
disp('....done!!');
%randomize the data.
%get length of total dataset.
totallength = length(inputs);
%inputData = Conf|NoMatch1|NoMatch2|NoMatch3|NoInput1NoInput2|NoInput3|MaxSpeech1MaxSpeech2|MaxSpeech3|Bargein|Hangup|Transfer To Agent|DTMF Transfer.....
%outputData = Field Performance|Field Transfer Reason|Field Global Exit Reason|Field Hangup Reason|Field NNM|Field Duration|Field Recogntion Level|Field System Error
inputData = zeros(totallength, 25);
outputData = zeros(totallength, 4);
disp('Randomizing the data sets.....');
Mapping = randperm(totallength)';
i = 1;
  9 comentarios
Vikash Rameshar
Vikash Rameshar el 22 de Jul. de 2019
Wow, thats a massive change for me. I guess i have been out of it for too long.
Thank you for the help guidance though. I am just stuck with my image processing work. Im trying to track changes in Xray images. Anymore links would be much appreciated. Thanks again.

Iniciar sesión para comentar.

Respuestas (1)

Vikash Rameshar
Vikash Rameshar el 22 de Jul. de 2019
Sure, I want to use image processing tool box to track changes in chest x-rays. 3 x-rays of the same person. the problem is the rib cage is difficult to segment and the ROI cannot conform to each other as some of them are deformed due to correctness of posture and inhaling and exhaling during x-ray imaging. Any suggestions?

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by