I have a code written in C++ that outputs a .csv file with data in three columns (Time, Force, Height). I want to plot the data using Octave, or else use the octave function plo
Your not storing you .csv filename as a string. Try:
filename = 'linear_wave_loading.csv';