Community Profile

photo

Poorna


Last seen: 5日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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日 前 | 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日 前 | 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...

6日 前 | 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...

6日 前 | 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...

20日 前 | 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...

20日 前 | 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...

21日 前 | 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...

21日 前 | 0

回答済み
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 ...

23日 前 | 0

回答済み
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...

23日 前 | 0

| 採用済み

回答済み
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...

23日 前 | 0

回答済み
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...

24日 前 | 0

回答済み
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 ...

24日 前 | 0

| 採用済み

回答済み
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...

25日 前 | 1

回答済み
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...

26日 前 | 0

回答済み
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" ...

27日 前 | 0

回答済み
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. ...

27日 前 | 0

| 採用済み

回答済み
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...

27日 前 | 0

回答済み
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...

27日 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

回答済み
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ヶ月 前 | 0

さらに読み込む