How do you read multi-line input from clipboard at once?
I tried using input but line change appears treated as Enter pressing.
>> x=input(char.empty,'s');
2020
2037
2054
2131
ans =
2037
ans =
2054
ans =
2131
>> x
x =
'2020'
atm, I read from clipboard as a workaround. But it'd be nice to be able to copy-paste multi-line input to Matlab's environment and process that.