統計
MATLAB Answers
9 質問
0 回答
ランク
of 160,402
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ? my code is x=[1 4 5 6];y=[4 6 7 9]
when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ? my code is ...
12年弱 前 | 0 件の回答 | 0
0
回答質問
regress(x,y) for least square regression of two variables x,y
when i use regress(x,y),I obtain only one answer :shouldn't i get two answers which are the slope and y-intercept ?
12年弱 前 | 2 件の回答 | 0
2
回答質問
I have values for three different variables Z ,X,Y : how can i get the least square regression equation of Z on X and Y
I have values for three different variables Z ,X,Y : how can i get the least square regression equation of Z on X and Y
12年弱 前 | 2 件の回答 | 0
2
回答質問
is there a function that returns the real root from a matrix that contains the roots of a function ?
i want to return the real root from a vector contains the roots of a function, this vector contains both imaginary and real root...
約12年 前 | 1 件の回答 | 0
1
回答質問
i can't run this program , the output is (Saturation: LinearInterval: [NaN NaN]), i don't know the meaning of the ouput
%water saturation calculation Q=input('porosity of formation='); Rw=input('water resistivity='); Rt=input('true resis...
約12年 前 | 1 件の回答 | 0
1
回答質問
how to put a limited value for an input ?
how to put a limited value for an input ? for example from (0 to 100) and if the user enter a value out of this range it will be...
約12年 前 | 1 件の回答 | 0
1
回答質問
i got an error when i run this code ?
x=(1:100); for k=1:5 y(:,k)=k*log(x); end plot(x,y) the error is in the third line? i want to make a single plot for...
約12年 前 | 2 件の回答 | 0
2
回答質問
multiplication table in matlab
I want to make the multiplication table using matlab ?
約12年 前 | 5 件の回答 | 0
5
回答質問
the value of y in the while loop doesn't vary from the previous ?
>> n=2; >>t=520 >> r=5; >> p=1000; >> x=n*r*t/p; a=1; , b=2; >> y=n*r*t/(p+a*n^2/x^2))+n*b; while abs(x-y...
約12年 前 | 1 件の回答 | 0