Using mapminmax simulink tool in my neural network
Ältere Kommentare anzeigen
Hello, I am new to neural network toolbox in Simulink. In MAPMINMAX function, it asks for parameters MAXIMUMx [Nx1] and MINIMUMx [Nx1]. As far as I know, when I provide a input given in user guide X = [1 2 4; 1 1 1; 3 2 2; 0 0 0], it being a 4x3 matrix, max_x is 4, and min_x is 0. But when I provide the parameters as 4 and 0 resp, I dont see the correct output as supposed to be by [Y,PS] = mapminmax(X). Also, I tried to provide Minimum_X = [1;1;2;0] and Maximum_X = [4;1;3;0], i.e max and min from each row, but even that doesnt give the same results. It seems I dint understand the function correctly, in Simulink. Can someone please explain what is going wrong here?
1 Kommentar
Olatunji Omisore
am 3 Mai 2016
Hi, I have similar experience. Presently, I am working on pneumatic teleoperative control using MATLAB Simulink. I want to normalize input signals to -1 and +1, for effective controller tuning however, i couldnt understand how mapminmax block works yet. Anyone to guide?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!