photo

Ali Kiral


Last seen: 8日 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

15 質問
0 回答

ランク
34,572
of 300,756

評判
1

コントリビューション
15 質問
0 回答

回答採用率
86.67%

獲得投票数
1

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Extracting coefficients from symbolic expression
syms P121 P131 P151 P122 P132 P152 cosd sind cosdphi12over2 cosdphi13over2 cosdphi15over2 sindphi12over2 sindphi13over2 sindphi1...

約2ヶ月 前 | 3 件の回答 | 0

3

回答

質問


Symbolic calculation with solve command
I want MATLAB to express k1 k2 and k3 in terms of r through the following code but I can't get any useful result. The equations ...

7ヶ月 前 | 2 件の回答 | 0

2

回答

質問


zero(s) of a nonlinear implicit function
I want to find the roots of an implicit function whose dependant variable is impossible to isolate. In particular, I want to fin...

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Displaying non existant array elements
Why am I getting repeating numbers for the array x as an output for the following piece of script? x=1:0.5:5; for i=1:length(x...

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Euler's identity with angle in degrees
How can I get MATLAB to accept a in degress in exp(aj) to return a complex number where j^2=-1? By default the software takes a ...

2年以上 前 | 3 件の回答 | 0

3

回答

質問


Adaptive step size solver for an ODE
This question involves both mathematics and MATLAB. I am trying solve an ordinary differential equation numerically, dy/dt=10*ex...

3年弱 前 | 1 件の回答 | 1

1

回答

質問


integral command with function handle
Why do I get an error message with the following piece of script? Everything seems OK (I use R2014a by the way) func=@(x) exp(...

約3年 前 | 1 件の回答 | 0

1

回答

質問


fprintf with complex numbers and ordinary arrays
%Enter coefficients in a descending order N=input('Enter the degree of the main polynomial '); for k=1:N+1 Pol1(k)=input(...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Printing cell array elements
Below script is an application of Newton's method to solve a set of nonlinear equations. Here we have 3 equations in 3 unknowns....

約3年 前 | 1 件の回答 | 0

1

回答

質問


Referring to an element within a cell array element
x{1}=[1;2;3]; for i=1:4 x{i+1}=x{i}+5; end The above small script generates a 1x5 cell array. Every element of x is a 3x1 ar...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Using frprintf to display arrays having a string element
The script.. taylor(1)=-0.4;taylor(2)=-0.3786666667; epsilon=0.5*10^(-6); i=1; while abs ((taylor(i+1)-taylor(i))/taylor(i+1))...

約3年 前 | 0 件の回答 | 0

0

回答

質問


Plotting a piecewise function
I have a function m-file, goes like this: function y=periodic(x); if x<=1 y=0; end if x > 1 & x < 2 y=x-1; en...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Creating a piecewise function
I am trying to make that triangular wave for one period with the code (I don't want to plot it, just to generate x and y values ...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Hilbert Matrix in least squares polynomial regression
When approximating the polynomial x^2+3x+2 with a least squares polynomial of degree two in [0 1], the coefficient matrix of the...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


A complex number in the course of Müller's method
Consider the script below. I am trying to find the roots of by using Müller's method with initial estimations N=input('Enter t...

5年弱 前 | 1 件の回答 | 0

1

回答