photo

Teoman Selcuk


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
36,020
of 299,722

評判
1

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

回答採用率
35.71%

獲得投票数
1

ランク
 of 20,790

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,604

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Arranging values from highest to lowest using sort function Matlab
Since the sort function sorts the array from the lowest to highest how would I be able to sort an array from the highest to lowe...

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

1

回答

質問


Finding the indexes of values of one vector to another Matlab
How woudl I be able to compute the following problem below? Where it gives the order of where sorted a is in a. I want to ahieve...

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

1

回答

質問


X and Y axis alignment
How would I be able to make a bar graph with the colours of Y values over 30 blue and the colors of Y values under 30 red. I wou...

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

1

回答

質問


Executing a fprintf statement with a function
How would I be able to pass and fprintf a tsring in the code below? The code below is faulty and not working a= pass('hello'...

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

1

回答

質問


fprintf with cell and double values within a for loop
There is a problem with the code down below where it will not display the mean values for (one,two,three) for the corelating str...

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

1

回答

質問


finding the values of X for a given Y in an equation
How can I write a code that gets the value of x when y is equal get the x values where y is 3? y = x^4+ x^2 y = 3

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

1

回答

質問


Getting the 3 lowest values in a vector Matlab
How would I be able to get the 3 minimum values from a vector of values, starting from the lowest one to the higher values? a...

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

1

回答

質問


Getting the coefficients of a function in Matlab syms
How would I be able to get the Coefficients of the f function down below and get the Expected Output? Code: syms a b f = exp...

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

1

回答

質問


Expanding a function in Matlab
I ma trying to writea code that expands the function (a + b).^2 into the expected output. Instead it gives the Output below. ...

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

1

回答

質問


Printing the entire array row in Matlab
I want to print all the rows on the same line of array a and b. How would i be able to do that? a = [12,3,4,5]; b= [4,5,12,3]...

4年弱 前 | 2 件の回答 | 1

2

回答

質問


Error Using fplot for plotting a function
Without setting a xlim how would i be able to plot the function y according to its domain (-∞, 1]. I get an error whilst plotti...

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

1

回答

質問


Adding Linestyle to ezplot in Matlab
I want to a dashed -- linestyle for the plotting of the d function. How would i be able to do that and add it to the code? Co...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


Rounding Numerical values in an array to decimal points
How can i round the values in the array to 2 decimasl places. The round functio n does not work with arrays how would i be able ...

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

1

回答

質問


Turning a char element in a double array
How can I turn a char element into an array of double values. I am trying to get the Expected Output below but array_convert doe...

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

1

回答