Feeds
提问
nonconformant arguments, Array substitution
data = dlmread('C:\Users\Acer\Desktop\project hydro\Offset.txt'); disp(data) prompt = "\nEnter the value of wl? = "; x = inpu...
3 years 前 | 1 个回答 | 0
1
个回答提问
Convert Txt file to an array
fid = fopen('C:\Users\Acer\Desktop\project hydro\Offset.txt'); data=textscan(fid,'%s'); fclose(fid);
3 years 前 | 1 个回答 | 0
1
个回答提问
array did not substitute
Substitute the array into the equation somehow it only solve the final input may i know which part is wrong count = 0; x=[]...
4 years 前 | 1 个回答 | 0
1
个回答提问
Substituting input array into an equation.
I have an input array which looks like this; while count < Set_data y = input('Input initial Pressure ') z = input('I...
4 years 前 | 1 个回答 | 0

