photo

Berkay


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
0 个回答

排名
223,257
of 300,302

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 20,911

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,040

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can't run simulink model
I have simple celcius to fahreneit model in simulink Here it is When I click run I just hear a error sound and nothing happe...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Using a fucntion in loop
I defined this; P = [1 -2 4] I want to find nth derivative of this poly and I want to do it with while loop for example I try ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating funcing in spesific formats
I want to create a function that display the input variable in short and hex formats. How can I do it ?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating a fucning in spesific format
I want to create a fucntion that display the input variable in long format. How can I do it ?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating a diagram from polynomial
I defined a polynomial P = [1 -2 4] and I want to draw the shape of polynomial for the range between -10 to 10 with in the log...

3 years 前 | 2 个回答 | 0

2

个回答

提问


4 graph in 1 figure
I have 4 diffrent graphs and one of them is this; P1 = [ 1 -2 -15]; P2 = [1 -7 12]; P3 = [1 1 -14 -24]; x = linspace(-100, 1...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Create a diagram with 3 polynomials
I have defined 3 polynomials P1 = [ 1 -2 -15] P2 = [1 -7 12] P3 = [1 1 -14 -24] I want to generate a graph that will present...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Generate diagram in linear scale
I defined a polynomia; P = [1 10 -13 -118 120] I want to generate a diagram in linear scale of that polynomial in range from ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Create text variable from one other
I have created a text variable as; Text = "Alex" and I want to create an other text varible with every second letter of the "T...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Chage elements of a matrix
I have created a matrix filled with ones with this; Matrix = ones(5,4) And I want to change every second element of the matrix...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating vector from a matrix
I want to create a column vector from every second element of the matrix how can I do it?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating vector from a cloumn of a matrix
I want to create a row vector from the first column of the matrix I try; RowMatrix = Matrix(:,1) but it gives a column vecto...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating a square matrix from 5 vectors
I have created 5 different vector and their name are R1,R2... I want to use them to create the square matrix how can I do it

3 years 前 | 1 个回答 | 0

1

个回答

提问


Random Vector in decreasing order
I want to create the random column vector with 15 elements, they should be listed in decreased order. I can create a random clu...

3 years 前 | 1 个回答 | 0

1

个回答