photo

Suman Sahu

MathWorks

Actif depuis 2023

Followers: 0   Following: 0

Message

Disclaimer - All the ideas and opinions expressed are my own and not representative of The MathWorks.

Statistiques

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
simulink can't select add icon image
Hi Matteo, There is another way to add icon to the blocks if you are unable to select the “Add Icon Image” option. You can ...

plus d'un an il y a | 0

Réponse apportée
How can I import structures from C and use them as bus elements in a .sldd dictionnary?
Hi François, You want to import structures from a C header file and then export them to a SLDD dictionary. Instead of first i...

plus d'un an il y a | 0

| A accepté

Réponse apportée
why doesn't uidropdown doesn't seem to work correctly (NOT in guide or app designer)?
Hi Andrew, I have tried running your code on my machine(Windows) and there does not seem to be any issue with the code. I loo...

plus d'un an il y a | 0

Réponse apportée
Need to shift a PWM signal (square wave) in simulink
Hi Thomas, You have three PWM signals and you want to phase shift the signals by 0, 120 and 240 degrees respectively. You hav...

plus d'un an il y a | 0

Réponse apportée
Is there programmatic access to the Simulink SimulationManager information or another way to monitor the progress of a sim(SimulationInput)?
Hi Scott, Since you are doing simulations in batch, I am assuming you are using ‘batchsim’ function. Using the ‘batchsim‘ fu...

plus d'un an il y a | 0

Réponse apportée
simulink coder build for raspberry pi 4 failing when using convhulln
Hi Daniel, These flags: /D_EXPORTING, /wd4273, /wd4273 and /wd4324 are specific to Microsoft’s MSVC compiler. So, it appears t...

plus d'un an il y a | 0

Réponse apportée
Clib is unable to load an interface library
Hello Matt, It is possible that the runtime libraries required by your shared library have not been properly resolved by MA...

plus d'un an il y a | 0

Réponse apportée
What toolboxes should I get to do speech formant analysis in real time?
Hello Simon, To record speech signals using microphone, you can use the Analog Input Recorder App available with the Data A...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Callback function for frequency input channel from NI DAQ using Data Acquisition Toolbox
Hi Marzena, While acquiring data using the Data Acquisition Toolbox, the ScansAvailableFcn property is assigned a callback ...

presque 2 ans il y a | 0

Réponse apportée
Add S-R flip flop to an if action subsystem, connected to a SwitchCase block.
Hello Telmo, The error message you are receiving suggests that there are input data dependency violations with the if action s...

presque 2 ans il y a | 0

Réponse apportée
STM32F746G Discovery Board Ethernet comm not Working. No board IP assigned
Hi Tudor, Here are a few troubleshooting suggestions that you may find helpful: Check the firmware code: Make sure that t...

presque 2 ans il y a | 0

Réponse apportée
How can i create look up table that will represent irradiance during the day to control the PV farm output power.
Hello Martin, I understand that you have irradiance data for sunny day, cloudy day, etc which you want to map to time of the...

presque 2 ans il y a | 0

| A accepté

Réponse apportée
Uncertain about how loops behave in Simulink
Hello Matthew, In Simulink, for and while iterator blocks, just like other blocks update their states at each simulation ti...

presque 2 ans il y a | 0

| A accepté

Réponse apportée
In VideoLabeler, is it possible to visualize and/or hear the audio signal?
Hi Kelsey, In Video Labeler App, it is only possible to label image frames/sequences and you will not be able to access the...

presque 2 ans il y a | 0

| A accepté

Réponse apportée
How do i code linear Ordinary differentiation?
Hi Mandla, Your ordinary differential equation can be written as dy/dx = x + y. To plot the differential equation you have ...

presque 2 ans il y a | 1

| A accepté

Réponse apportée
How to embed images with variable root folders to HTML reports?
Hi Ben, The reason why the line of code you provided doesn't work is because you are passing the string "Filepath" instead of ...

presque 2 ans il y a | 0

| A accepté

Réponse apportée
how to write a shapefile from the array resulted from "bwboundaries"
Hi Shaohui, You have extracted the boundaries of the image and stored them in the “boundaries” cell array. In order to write t...

presque 2 ans il y a | 0

Réponse apportée
How to discriminate faulted phase from a non faulted phase, in case of distorted three phase current with equal amplitudes during fault condition ?
Hi Siddharth, I do not have much knowledge in the power system transmission line models. So, I cannot directly help you with y...

presque 2 ans il y a | 0

Réponse apportée
ividev AgInfiniiVision connection failure
Hi Shreeyansh, The "Vendor Driver Error 0xBFFA4214: I/O error" message indicates that there is a communication issue between y...

presque 2 ans il y a | 0

Réponse apportée
Histogram from a table data / or convert table data into numeric
Hi SANA, The histogram function accepts a numerical array of types: double, single, uint8, uint16, uint32, uint64, int8, int16...

presque 2 ans il y a | 0

Réponse apportée
Vectorization over different array sizes
The issue with your approach is that you are trying to use matrix addition between two arrays with different shapes. The first l...

environ 2 ans il y a | 0

Réponse apportée
Finding Self-Organizing-Maps Centers
You can access the weight values of the centers of a Self-Organizing Map (SOM) in MATLAB using the net.IW property. The net.IW p...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
Could not find the header file of the external sharded DLL library
The error message "Could not find file AMConfigLib.h" suggests that the standalone application is unable to locate a required he...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
Real-time serial data conversion to ASCII data
In MATLAB, you can perform real-time serial data conversion to ASCII data using the Serial Communication Toolbox. With this tool...

environ 2 ans il y a | 0