I have this data in excel. I need to use user input like, user inputs the word rice, Octave looks into the data, and selects the value assigned. So When I type rice in the command window, The value assigned shows up. I know how to use
- [num,txt]=xlsread(‘Filename’)
But I don’t know how to proceed from there