photo

Poorna


Last seen: 3 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I programmatically modify an Excel file with AIP sensitivity tags?
Hi Ricardo, I see you are facing errors while modifying excel files that have AIP labels using the "writetable" function. I su...

4 months 前 | 0

已回答
Question about errors that occur when exporting models with residualBlockLayer to Tensorflow.
Hi Yoshinobu, I see you are facing errors while trying to export a custom network to TensorFlow using the "exportNetworkToTens...

4 months 前 | 0

已回答
Stop simulation block effect on aborting generated code execution.
Hi Khaled, It would be helpful if you can share the model that is causing the said issue. Stop Simulation block as per the docu...

4 months 前 | 0

已回答
udpport write very slow, how to speed it up?
Hi Chris, I see you are facing problems with slow UDP transmission. When I ran the same code in my computer on MATLAB R2024a, t...

4 months 前 | 0

已回答
How to solve mex function error caused by libstdc++ library version mismatch ?
Hi Matt, I see you are facing errors while trying to compile using the "mex" function. I see you also have found a solution to ...

4 months 前 | 0

| 已接受

已回答
Can I replace custom types during code generation?
Hi Federico, It sounds like you're working with external code that utilizes custom struct definitions from a header file, and y...

4 months 前 | 1

| 已接受

已回答
Implement ros timers in stateflow
Hi Michail, It will be easier for the community to answer your queries if you attach the model to try it. Creating a model from...

5 months 前 | 0

已回答
equivalent of BytesAvailable in serialport?
Hi Arthur, It is to be noted that "BytesAvailable" and "NumBytesAvailable" behave the same way. They return the number of bytes...

5 months 前 | 0

已回答
Antenna toolbox - YagiUda antenna
Hi Gaurav, The behaviour you are seeing with the orientation of the exciters is expected. If you don't specify the Exciter typ...

5 months 前 | 0

| 已接受

已回答
Incorrect number or types of inputs or outputs for function perturb.
Hi Kel, How did come to know of the "perturb" function that you used? As far as I know, there is no "perturb" function to pertu...

5 months 前 | 0

已回答
Why Simulink Embedded Coder Reusable functions are generated in Class private section
Hi Kraker, Reusable subsystem functions are modeled as private member functions of the Model class as far as I know. If possibl...

5 months 前 | 0

已回答
How to implement modal progress bars and wait bar in MATLAB Simulink
Hi Kunal, I see you want to implement a modal progress bar. In MATLAB you can create modal ui figures by setting the "WindowSty...

5 months 前 | 0

已回答
How to take the screenshots of two or more scopes of a single testcase while running the simulations?
Hi yogi, I see you want save the plots from all the scopes in png format. It is to be noted that 'gcf' will point to the curren...

5 months 前 | 0

已回答
Cannot find the pointers in my Simulink model, need to remove them for code generation
Hi Dolf, I see you are trying to use the PLC coder but couldn't generate PLC code. The error says that the model requires poin...

5 months 前 | 0

已回答
Model Advisor - Is is possible to obtain the number of individual violations?
Hi Marcelo, I see you want to get the number of occurences of violations of a check in your model. As per the above case you ar...

5 months 前 | 0

| 已接受

已回答
If I set up the Hardware board in Hardware Implementation, can't I turn ON the "Generate and example main program" setting in Templates?
Hi, There are certain restrictions that need to be honoured when trying to generate C code to deploy on specific targets. When ...

5 months 前 | 0

已回答
Generate staircase waveform from given sine waveform in Simulink
Hi Tharun, I believe you are aware of plotting the first graph using basic simulink blocks. To generate the second graph from t...

5 months 前 | 0

已回答
How to derive the moving average of a time series generated in simulink?
Hi yingyu, I see you are facing issues while trying to compute the moving average of the output signal. I was able to reproduce...

5 months 前 | 0

| 已接受

已回答
Nonlinear solver: Linear Algebra error. Failed to solve using iteration matrix.
Hi Samed, I see that you are facing issues while trying to simulate your model. First of all, It is not easy to replicate the m...

5 months 前 | 0

已回答
initialize persistent variables using Matlab coder
Hi Ian, I see you want the initilialize persistent variables which get translated to static variables in 'C' right in the defin...

5 months 前 | 0

已回答
Unable to set a custom terminator using configureTerminator
Hi Jason, I see you are trying to set the read and write terminators to read and write to your serial port. I see that you are ...

5 months 前 | 0

已回答
Why do I get Assertions in my Simscape model using Motor & Drive (System level
Hi Gokul, I have run the model attached and could reproduce the assertion error. From the model and the assertion error I could...

5 months 前 | 0

已回答
Multiple Simulations: How to map data from runs to test conditions?
Hi Mark, I see you want to name your runs describing the parameter values they take. You can achieve this by programmatically s...

5 months 前 | 0

已回答
Observation specification must be scalar if not created by bus2RLSpec.
Hi ali farid, The error you are getting is related to the observation that you are passing to Agent A. The cause of the error...

5 months 前 | 0

已回答
How to save a packet (entity in simevents) in matlab workspace?
Hi Simone Bergadano, I see you have created a block that receives a flow of packets and saves the packets to MATLAB workspace u...

5 months 前 | 0

已回答
How to modify the sltrace.Graph objects? I want to delete an element of the DstBlocks array
Hi Jose Manuel, I see you want to delete the 'DstBlocks(1)' of 'test1' which is an ouptut of the "sltrace" function. It is to b...

5 months 前 | 0

已回答
Cannot read emojis correctly from an imported json file
Hi Paye, I see that you want to extract emojis from your exported telegram chat. If you have access to the html files of the c...

6 months 前 | 0

已回答
How To convert .tiff stck to STL for Shape analysis.
Hi Saurav, I see you want to convert your TIFF stack to STL for shape analysis. In order to export a TIFF stack to STL you need...

6 months 前 | 1

| 已接受

已回答
GPU Device doesn't recognized in MATLAB 2024a
Hi Abolfazl, I see that MATLAB R2024a "gpuDevice" function is not detecting the GPU device. As mentioned in the Error messa...

6 months 前 | 0

| 已接受

已回答
How to disable click effect of a button in App designer
Hi Victor, I see that the "uibutton" that you are using is continued in a clicked state after you press the button. I believe t...

6 months 前 | 0

加载更多