Sahas - MATLAB Central
photo

Sahas


Last seen: 14日 前 2024 年からアクティブ

Followers: 1   Following: 0

統計

MATLAB AnswersFrom 07/24 to 04/25Use left and right arrows to move selectionFrom 07/24Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
72 回答

ランク
814
of 298,313

評判
94

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

回答採用率
0.00%

獲得投票数
9

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Error in Vehicle dynamics blockset constant radius reference application
Hi @Yahia Mohamed, Looks like MATLAB is misrecognizing some local variables as functions. Running the following commands in ...

15日 前 | 0

回答済み
Read AXI4 address locations from Simulink
Hi @John, To read AXI4 address location from Simulink, you can use a MATLAB Function Block to write a function to capture th...

15日 前 | 0

| 採用済み

回答済み
How to program two FPGAs at the same time using HDL Verifier™ Support Package for AMD FPGA and SoC Devices
Hi @steve82, Looks like the issue is that you are using the same jtagchains to identify the FPGA boards. Try out the followi...

16日 前 | 0

回答済み
HDL Coder with Custom IP Core
Hi @John, There could be a number of reasons of why the project is unable to locate the IP core. You might get help from the...

16日 前 | 0

| 採用済み

回答済み
Difference in resource utilization using HDL Coder
Hi @Achala G, When you write code in Verilog on your own the implementation can be different as the code you might have writ...

16日 前 | 1

回答済み
Clarification on Simulink Sample Rate vs HDL Coder Target Frequency
Hi @Jina, The Simulink sample rate does not need to translate directly to the HDL Coder target frequency. The blocks can run...

18日 前 | 0

| 採用済み

回答済み
HDL Coder; Matlab Function Blocks and Clocked Processes
Hi @Florian Rössing, As per my understanding, you would like to use a MATLAB Function Block in Simulink and configure it using...

約2ヶ月 前 | 0

回答済み
How can I load a large (~2.3Gb) .mat file?
Hi @Madeline Myers, As per my understanding, you are cannot load a MAT file in your workspace whose size is around 2.3GB. Ple...

約2ヶ月 前 | 0

回答済み
hW.deploy stuck after programming the bitstream
Hi @KH, This issue mostly comes when using custom boards and custom bitstreams. In my understanding, the next processes which ...

4ヶ月 前 | 0

回答済み
I want to divide an array into x number of smaller arrays of size [m x n] (where x is = m *n) and then using a for loop fill those smaller arrays with the same value
Hi @Grace, As per my understanding, it seems there are two tasks at hand. First, you want to split a larger array into m*n n...

4ヶ月 前 | 0

回答済み
Simulink automatically generates Verilog. How should it run on FPGA
Hi @wang, As per my understanding you would like to deploy a small part of your Simulink model on FPGA. I would recommend yo...

4ヶ月 前 | 0

回答済み
I am facing an issue that is about Deep Learning HDL Toolbox is giving error that unrecognized field name is "connected" as mentioned in attached screenshots
Hi @muhammad, This error message occurs in MATLAB when trying to access a property name in a structure that does not have th...

4ヶ月 前 | 0

回答済み
Bitstream Generated through HDL workflow advisor
Hi @Rimsha Javed, Once the bitstream is generated using MATLAB's HDL Workflow Advisor, you primarily need the Xilinx Vivado De...

4ヶ月 前 | 0

回答済み
Change the output data type
Hi @Ho, MathWork's "fixdt" function creates a "Simulink.NumericType" object describing a fixed-point or floating-point data ...

4ヶ月 前 | 0

回答済み
how to make cross attention use attentionlayer?
Hi @dan qiao, As per my understanding, you would like to replace the dual-branch merge section of the model with cross-atten...

4ヶ月 前 | 0

| 採用済み

回答済み
construct a combination matrix from elements of two matrices
Hi, I can't identify any pattern or rule to systematically generate the resulting two matrices using a "for" loop. Therefore, ...

4ヶ月 前 | 0

回答済み
How to generate CUSTOM REFERENCEDESIGN for deep learning ip core?
Hi, To generate custom refernce design for Deep Learning IP Core, first you would need to train the neural network using MAT...

4ヶ月 前 | 0

| 採用済み

回答済み
The FPGA resource estimation for device family 'Kintex Ultrascale+'
Hi, As per my understanding, you would like to use MATLAB's "estimateResources" function on a custom board "Kintex Ultrascal...

4ヶ月 前 | 0

| 採用済み

回答済み
Block 'untitled/单边磁拉力模块/Math Function1' outputs 'Inf' for element 1 of output port 1 at major time step 0.0009
Hi @文德, I was able to reproduce the error and as per my understanding, it is coming due to some numerical unstability or ove...

4ヶ月 前 | 0

回答済み
Using fixed FPGA capacity for a variable number of Simulink signal channels
Hi @Ruairidh, As per my understanding, you want to model a MIMO system in Simulink with dynamically changing inputs P and Q ...

4ヶ月 前 | 0

回答済み
How to make antenna gain and phase plots?
Hi @Krutant Mehta, As per my understanding, you would like to know how to plot Antenna Gain and Phase plots in MATLAB. MATLA...

6ヶ月 前 | 0

回答済み
FFT result dependent on number of interpolation points
Hi @Ali, As per my understanding, the "interpft" function is used for fourier interpolation by transforming the data into th...

6ヶ月 前 | 0

回答済み
How to numerically calculate volume under the curve?
Hi @Young Chan Jung, As per my understanding, you calculated the area under the curve using MATLAB's "trapz" function and wo...

6ヶ月 前 | 0

回答済み
How to implement a cascading option in simulink?
Hi @审言, As per my understanding, you would like to use the MATLAB System block in Simulink and define two mask parameters "N...

6ヶ月 前 | 0

| 採用済み

回答済み
Using contourfcmap in Matlabs App Designer:
Hi @Steve, As per my uderstanding you would like to use "contourfcmap" function from MATLAB File Exchange forum in the MATLA...

6ヶ月 前 | 0

| 採用済み

回答済み
Counting orbits taken by a satellite
Hi @Aditya, As per my understanding, you are trying to get good and irregular orbits through the data in the attached CSV fi...

6ヶ月 前 | 0

回答済み
Iam facing Below Issues While Compelling the model in Matlab 2021rb
Hi, As per my understanding, you are trying to generate a simulation target MEX file for a Simulink model "APItest". From th...

6ヶ月 前 | 0

回答済み
How to add vivado to the matlab in ubuntu/linux system?
Hi, As per my understanding, you would like to set up an environment for using Xilinx Vivado in MATLAB R2024b on a Linux mac...

6ヶ月 前 | 0

| 採用済み

回答済み
Change internal mechanics of a prismatic joint during a simulation
Hi @Limeng, As per my understanding, you would like to modify the "Damping Coefficient" of the "Prismatic Joint" in the mode...

6ヶ月 前 | 1

| 採用済み

回答済み
FPGA Synthesis and Analysis HDL Coder
Hi @Shubham, As per my understanding, you are using the HDL Workflow Advisor and would like to utilize the "FPGA Synthesis a...

6ヶ月 前 | 0

さらに読み込む