Sahas Marwah
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
9 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 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. ...
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. ...
1年以上 前 | 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 ...
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 ...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 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...
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...
1年以上 前 | 0