Community Profile

photo

Poorna


Last seen: 6 jours il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
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...

6 jours il y a | 0

A répondu
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...

6 jours il y a | 0

A répondu
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...

7 jours il y a | 0

A répondu
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...

7 jours il y a | 0

A répondu
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...

21 jours il y a | 0

A répondu
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...

21 jours il y a | 1

| A accepté

A répondu
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...

22 jours il y a | 0

A répondu
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...

22 jours il y a | 0

A répondu
Can I create light source that doesnt affect some certain surfaces all in the same axis?
Hi Francisco, I see you want to simulate a planet orbiting a star using MATLAB graphics and want to make the plot realistic in ...

24 jours il y a | 0

A répondu
How to convert a volumetric image into a video frame?
Hi Shuaibin, I see you want a capture the output of the "volshow" function as an image so that you could create a video from th...

24 jours il y a | 0

| A accepté

A répondu
How to get missing files programmatically similar to GUI Dependency Analysis?
Hi Andreas, I see that you would like to get the missing files in a MATLAB project programmatically like "dependencies.fileDepe...

24 jours il y a | 0

A répondu
Simulink Scope Copy To Clipboard Colours Not Inverting (transparent background not working)
Hi Nlls, I see you want to copy the plot from the scope block to word doc but couldn't get background changed to white when cop...

25 jours il y a | 0

A répondu
Subsystem is Locked how to access it.
Hi Abhijeet, After looking at the images I see that the subsystem is locked to modifications. This could have happened because ...

25 jours il y a | 0

| A accepté

A répondu
How Do I send a variable sized array from simulink to matlab workspace (using continuous time and without altering the sample time) ?
Hi Vignesh, I see you want to export a variable-size output of a matlab function block to workspace as an array using "To Works...

26 jours il y a | 1

A répondu
Cube rotation solid line in plot missing
Hi Mohit, I see that you are trying to plot a cube parallel to the axes and then rotate the cube by 45 degrees along the line p...

27 jours il y a | 0

A répondu
loading existing variables from a python script in matlab
Hi Sayaka, I see you want to get access to the variable "commandv" in the python script in MATLAB. You can use the "pyrunfile" ...

28 jours il y a | 0

A répondu
Can observation and reward be the same signal in a RL system?
Hi Jize, I see that you want to use the same signal both as an observation and reward in your reinforcement learning setup. ...

28 jours il y a | 0

| A accepté

A répondu
Export triangle values of vertex and color after solve() is used to make a finite element analisys
Hi alberto, I see you want to get the traingle vertices of the mesh generated by "generateMesh" function. Those values are part...

28 jours il y a | 0

A répondu
Use current simulation data to initialize new simulation - RL training
Hi Federico Toso, I see you want to save simulation data to workspace to later use it in your "ResetFcn". A suitable tool for t...

28 jours il y a | 0

| A accepté

A répondu
Callback still running after Quit Debugging
Hi Michael, I see you are trying to exit clean from the program when you quit the program using the “Quit Debugging” button. A...

3 mois il y a | 0

A répondu
Why the message transmitted by the CAN network built by Vehicle network toolbox has big delays or missing
Hi Cong, I see that you are observing delays in the received signal from the CAN receive block. The output that you are obse...

3 mois il y a | 0

A répondu
Simulink model generate different results with tha same parameters
Hi Rayond, I see that you are getting different results for each run of the simulation after you open a model. But the initial...

3 mois il y a | 0

A répondu
multi-objective particle swarm optimization with constrained, mixed integer, real valued variables?
Hi Yunhyeok, I see that you are trying to optimize your function along two dimensions. Currently MathWorks doesn’t have buil...

3 mois il y a | 0

A répondu
Please help me to code the entity geneator
Hi Yedhuraj, I see you are trying to simulate a pipeline where you are required to generate 75 good products and 25 products r...

3 mois il y a | 0

A répondu
edfwrite replaces all values in sigdata matrix with "0.48829" in every cell (matlab 2021b)
Hi Joanne, I get that you are unable to write the exact “sigdata2” to the EDF file using the MATLAB’s “edfwrite” function. B...

3 mois il y a | 0

A répondu
How to use the PWM counter as source for high resolution ramp or triangular functions?
Hi Ahmed Salem, I see that you want to access the value of the PWM counter in your Simulink model. The “Embedded Code Suppo...

3 mois il y a | 0

| A accepté

A répondu
Can I pass a "coder.opaque" variable from one Matlab function to another inside a StateFlow diagram?
Hi Marcus, I understand that you want to share the “coder.opaque” value between two different stateflow states. You ca...

5 mois il y a | 0

A répondu
Accessing serial ports in background tasks: the port is already in use
Hi Roel Budé, I understand that you are trying to write to a serial port in background using “parfeval” but instead getting er...

5 mois il y a | 0

A répondu
Dynamics change depending on whether simulation is run in Simulink or Simulink Real-Time (normal run button)
Hi Ama Nesciri, I understand that you are getting different results when run using Simulink Real-Time compared to the normal S...

5 mois il y a | 0

A répondu
Update object properties on change of another objects property within parfor
Hi Tido Kubatschek, I understand that you are trying to use event triggers inside “parfor” loops. “parfor” loops execute in ...

5 mois il y a | 0

Charger plus