photo

Sahas Marwah


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
9 个回答

排名
3,783
of 300,159

声誉
14

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,880

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,558

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Simulink wire different colors
Hi @Vansh, Assuming you are using R2023a version, The color of wires are dependent on the "sample time" of your model. Diffe...

2 years 前 | 0

| 已接受

已回答
How can I import an excel file into requirements editor?
Hi @Dorothy, Assuming the MATLAB Desktop Version, one should be able to proceed as given in the link you provided. But do prov...

2 years 前 | 0

已回答
Populate a matrix using the elements of some columns of another matrix as index and other as values
Hi @FredMat, You can use the "sub2ind" function in MATLAB to convert the subscripts of the new matrix into linear indices, and...

2 years 前 | 1

已回答
Format position of inports and referenced subsytem naming in simulink
Hi @Ludo Houben, Presently, there is no feature in Simulink to set a specific height before the inport/outport naming starts. ...

2 years 前 | 0

| 已接受

已回答
How can I obtain the bus hierarchy from Bus Element I/O ports?
Hi @Isaac De La Cruz, In MATLAB, you can open and explore the bus hierarchy using the Simulink Bus Editor. There is no method ...

2 years 前 | 0

| 已接受

已回答
I want run python image processing code in simulink for simulation how can i do this?
Hi @Amir, To run Python image processing code within a Simulink model for simulation, you can use the MATLAB Function block to...

2 years 前 | 0

已回答
How to change the coordinate system set in Simulink/Mechanics Explorer
Hi @Huy, In Mechanics Explorer, the coordinate system can be changed by modifying the block parameters. Here are the steps of...

2 years 前 | 0

已回答
Can the HDL FFT be made to process a vector that is greater than 64?
Hi @denkvakva, Assuming that, you are using the HDL coder FFT block in Simulink and need the input vector size to be twice th...

2 years 前 | 0

已回答
Index in position 1 is invalid. Array indices must be positive integers or logical values.
Hi @Dmytro, After running your code, I found an error in line 14. You have defined f = 5 (in line 11) and used it as a funct...

2 years 前 | 0