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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

