i want to tune a PI controller in matlab. but Plant cannot be linearized and No warnings or incompatibilities were identified in the linearization and each block was able to linearize itself exactly.
You dont have to linearize the plant for combining it with a classical PID controller, but i guess you have been trying to do that with ready-to-use PID box.
All you have to do is design your own PID structure by using simple boxes in mat operations library, and then calibrate the gains with ziegler-nicholes method.