Decreasing value in lookup table

20 次查看(过去 30 天)
I have an Excel sheet from where I import values to be used in a 1D lookup table. The input is a temperature which is 0-95 in steps of 5. The output is kinematic viscosity going from 1.751 to 0.306. When running my simulation I get the error that my values "must be monotonically increasing".
How do I use the lookup table when my values are decreasing?

回答(2 个)

Michael Haderlein
Michael Haderlein 2014-10-17
You can flip your data, just use the flipud for column arrays and fliplr for line arrays.

Ole Møller Christensen
编辑:Ole Møller Christensen 2014-10-17
The problem was just a bad input into the lookup table. Switched the temperature and kinematic viscosity (had temperature as table data and not breakpoints). This solved the problem.

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by