photo

Anshuman


Last seen: Today 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Bootstapping a Data Matrix
Hello, The "bootstrp" function in MATLAB is primarily designed for resampling data for statistical analysis, and it typically o...

24日 前 | 0

回答済み
how add excitation force in simulink
Hello, You need to add the necessary blocks to represent your system and the excitation force. These blocks might include: So...

25日 前 | 0

回答済み
Signal from Workspace block
Hello, Here are few things that you can check to troubleshoot this issue: If you are using MATLAB functions, the workspace wi...

25日 前 | 0

回答済み
statistical power of lillietest
Hello, To check the statistical power of the Lilliefors test, using a function like "sampsizepwr" in MATLAB would not be a good...

28日 前 | 0

回答済み
How to create a .mat file from the signal builder test scenario (data signals)
Hello, Automating test scenarios for a simulation model can be efficiently managed using MATLAB scripts. If you are using the ...

29日 前 | 0

回答済み
Animate a vehicle with trailer in RoadRunner
Yes, you can animate a vehicle with a trailer connected to it in RoadRunner. Here's a general outline to achieve this: Ensure y...

30日 前 | 0

回答済み
about code compatibility...
Hello, To call C functions from MATLAB, we typically use MEX files. If your MATLAB code also calls C functions via MEX files, y...

30日 前 | 0

回答済み
how I can relate Qt interface with Simulink model?
Hello, To create a Qt interface for visualizing the outputs of a Simulink model, you'll need to establish a communication link ...

約1ヶ月 前 | 0

回答済み
Simulink S11 extraction to physical model
Hello Gary, Simulink itself does not directly convert S-parameter files, such as a one-port S11 file, into physical modeling pa...

約1ヶ月 前 | 0

回答済み
What's the state space of critic network in multi-agent reinforcement learning with centralized training?
Hi Yiwen, In some MARL algorithms, actor and critic networks share parameters across agents to promote coordination and reduce ...

約1ヶ月 前 | 0

回答済み
Can i connect Arduino robot with wifi module ?
Hey Andrej, Yes you can connect the RX and TX pins on a control board. You have to make the cross connections here , i.e. Con...

約1ヶ月 前 | 0

回答済み
Could not apply model's TargetPlatform settings in Task 1.1 of the HDL Workflow Advisor
Hello Madhusudan, This type of error often arises due to compatibility issues or changes in the software environment. Here are ...

約1ヶ月 前 | 0

回答済み
How to get georeferenced backscatter bands ?
Hello kuldep, To ensure that the Gamma0 and Sigma0 backscatter bands are georeferenced during terrain correction in your MATLAB...

約1ヶ月 前 | 0

回答済み
FEM multiple objects and material properties
Hello, Here are few general steps that you can follow to address this issue: A 3D modeling software like Blender, Meshmixer, o...

2ヶ月 前 | 0

回答済み
how to Replace Block?
Hello, You can follow these steps to do this: In your Simulink model, identify the block you want to replace. In your custom...

2ヶ月 前 | 0

回答済み
How could i import google map into matlab using mapping toolbox,with dynamic view?
Hello, Based on my understaing, here are few general steps that you can follow to achieve this functionality: Obtain map data...

2ヶ月 前 | 1

回答済み
How to export all the Test sequences from Simulink Test Manager as an excel file.
Hello, To extract test sequences from Simulink Test Manager, you can use the appropriate Simulink Test API functions. Here's ho...

2ヶ月 前 | 0

回答済み
xPC target kernel jitter
Hello, The jitter you experience will depend on several factors, including the hardware capabilities and the efficiency of the ...

2ヶ月 前 | 0

回答済み
I have trouble building Solution in MSVC for simulink model to generate execuatble
Hello, The error you're encountering indicates that the build process is unable to locate the 'nuttx/config.h' file, which is r...

2ヶ月 前 | 0

回答済み
Bifurcation of 3D system
Hello, Typically for bifurcation analysis, tools like MATCONT are used. Below is a sample MATLAB script for a simple 3D system....

2ヶ月 前 | 0

回答済み
unable to obtain required dc voltage
Hello, In this scenario, several factors could be at play. Here are some potential causes and troubleshooting steps you can con...

2ヶ月 前 | 0

回答済み
How Ansys toolbox works?
Hello, Here are few general steps that you can follow. But before that , configure your ANSYS Workbench project with parameters...

3ヶ月 前 | 0

回答済み
How matlab reads ansys files
Hello, Here are few steps that you can try to achieve this: You can use ANSYS scripting or the workbench's export functionalit...

3ヶ月 前 | 0

回答済み
How to produce georeferenced maps?
To georeference your figures in MATLAB and export them for use in Google Earth, you can follow these steps: Use the boundary co...

3ヶ月 前 | 0

回答済み
modifying pdf of a GMM using gmdistribution
Hello, To achive this, firstly evaluate the PDF of the GMM at a set of points. You can use the 'pdf' method available for a GMM...

3ヶ月 前 | 0

回答済み
Draw mesh for 2-d array
You can try something like this to represent your array as mesh: % Example 2D data array (64x64) data = rand(64, 64); % Repla...

3ヶ月 前 | 0

回答済み
Can we get datetime as an input variable?
Yes, you can use 'datetime' as an input variable for your models, but you will need to preprocess it appropriately. Raw datetime...

3ヶ月 前 | 0

回答済み
Average code length and entropy
Hi, That's not always true, Huffman coding does not always achieve the entropy limit because it works with integer code lengths...

3ヶ月 前 | 1

| 採用済み

回答済み
Connecting to NI cDAQ 9133 controller
The 'getDevices' function in MATLAB typically lists devices connected directly to your computer, so it won't automatically detec...

3ヶ月 前 | 0

回答済み
How can I call a matlab function that takes no arguments using matlab engine C++ API?
When using the MATLAB Engine C++ API to call a MATLAB function that takes no arguments, you should not pass an empty Array as an...

3ヶ月 前 | 0

さらに読み込む