photo

Omar


Last seen: 5 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

11 个提问
0 个回答

Cody

0 个问题
2 个答案

排名
18,502
of 299,737

声誉
2

贡献数
11 个提问
0 个回答

回答接受率
63.64%

收到投票数
2

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
89,516
of 165,655

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


Help With Nested IF Statements!!!
I would really appreciate if someone can help me why I am not getting the graph in the picture using the following code: clear ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to Subtract Consecutive Values in Array in Simulink
Hi Everyone, I am wondering what is the correct way to do subtraction of consecutive values of an array in Simulink? For exampl...

7 years 前 | 1 个回答 | 0

1

个回答

提问


SIMULINK Legends Scope limits
Hi Everyone, is there a way to show all the legends or at least more than 20 in Simulink2018a? Thanks,

7 years 前 | 0 个回答 | 2

0

个回答

提问


File.mat Changed to Microsoft Access Table
Hi Everyone, I have something weird happened to my output data files. These files used to be in .mat format, but all the sudden...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Multiple plots with same Legend
Hi colleagues, Is there a way to group different subplots with one legend. for example, I have two subplots as [subplot(1,2,1 ...

7 years 前 | 3 个回答 | 0

3

个回答

提问


How to read Unreadable Files!
Hi Guys! I have trouble plotting .mat format files. The error message is "Unable to read MAT-file. Not a binary MAT-file. Try l...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix with gradually increasing!
Hi everyone! Can somebody help me to write a code to return a matrix with the following form: [1 1 1 1 1;1 1 1 1 0;1 1 1 0 0;1 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Bang_Bang Controller!
Hi everyone! Can anyone in here help me to build a Simulink model or Matlab script to run the Bang_Bang controller with the MR-...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Power of abs. function
Hi everyone, Can you help me implement (|u|^n) in Simulink? thanks,

8 years 前 | 1 个回答 | 0

1

个回答

提问


Changing a Matrix Format!
Hi everyone, can somebody help me to reshape my matrix from this format Z=[ 0, 0, 0][ 0, 1/16, 0][ 0, 0, 0] to this form...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to convert a matrix into one single column vector
I am trying to convert a matrix into one column vector. For example, if I have A=[1 2 3;3 4 5;0 2 5] and I want to transpose all...

9 years 前 | 2 个回答 | 0

2

个回答

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前