統計
MATLAB Answers
4 質問
0 回答
ランク
of 172,778
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

