Satwik
Followers: 0 Following: 0
Programming Languages:
C++
Spoken Languages:
English
Pronouns:
He/him
C++
Spoken Languages:
English
Pronouns:
He/him
統計
All
Feeds
回答済み
Code generation with MATLAB while using simscape components
Hi, I tried to reproduce the issue you encountered but did not find any errors while generating and building code for an RC ci...
Code generation with MATLAB while using simscape components
Hi, I tried to reproduce the issue you encountered but did not find any errors while generating and building code for an RC ci...
3日 前 | 0
回答済み
Custom memory section for subsystem not showing up in block
Hi Quentin, I observe that you have set the 'Function packaging' to 'Nonreusable function'. To enable configuration of memory s...
Custom memory section for subsystem not showing up in block
Hi Quentin, I observe that you have set the 'Function packaging' to 'Nonreusable function'. To enable configuration of memory s...
3日 前 | 0
回答済み
How to Generate S-Function Block of a model having a initialize block at the top level using rtwsfcn.tlc target?
Hi Rohit, To work around this error, consider generating a Protected Model from the Simulink model instead of generating an S...
How to Generate S-Function Block of a model having a initialize block at the top level using rtwsfcn.tlc target?
Hi Rohit, To work around this error, consider generating a Protected Model from the Simulink model instead of generating an S...
2ヶ月 前 | 0
回答済み
Romberg integration method with Matlab
Hi Fausto, To ensure that only the final result of the Romberg integration is displayed, and not all the intermediate value...
Romberg integration method with Matlab
Hi Fausto, To ensure that only the final result of the Romberg integration is displayed, and not all the intermediate value...
2ヶ月 前 | 0
回答済み
How to modify this code from MATHWORKS website?
Hi Basmah! To simulate the radar altimeter example with a phase-coded waveform instead of an FMCW waveform, key modificatio...
How to modify this code from MATHWORKS website?
Hi Basmah! To simulate the radar altimeter example with a phase-coded waveform instead of an FMCW waveform, key modificatio...
2ヶ月 前 | 0
回答済み
MATLAB R2020a on macOS is unable to select/open data files
Hi Aditya, I encountered a similar issue when trying to access non-MATLAB files on macOS using MATLAB. Although I am not enti...
MATLAB R2020a on macOS is unable to select/open data files
Hi Aditya, I encountered a similar issue when trying to access non-MATLAB files on macOS using MATLAB. Although I am not enti...
2ヶ月 前 | 0
回答済み
Frequency Response Importer block in Simulink
Hi Ganesh, Simulink does not offer a block specifically for importing phase and magnitude data directly from an excel file, b...
Frequency Response Importer block in Simulink
Hi Ganesh, Simulink does not offer a block specifically for importing phase and magnitude data directly from an excel file, b...
2ヶ月 前 | 0
回答済み
compilation terminated. gmake: *** [xil_interface_lib.obj] Error 1 . need answer
Hi Sambit, The error message you are facing suggests that the header file ‘XILTgtAppSvc_CInterface.h’ is missing, leading to ...
compilation terminated. gmake: *** [xil_interface_lib.obj] Error 1 . need answer
Hi Sambit, The error message you are facing suggests that the header file ‘XILTgtAppSvc_CInterface.h’ is missing, leading to ...
2ヶ月 前 | 0
回答済み
is a standard MATLAB program available to convert road profile to road PSD?
Hi Shrikrishna, MATLAB does not have a built-in function specifically for calculating the Power Spectral Density (PSD) of roa...
is a standard MATLAB program available to convert road profile to road PSD?
Hi Shrikrishna, MATLAB does not have a built-in function specifically for calculating the Power Spectral Density (PSD) of roa...
2ヶ月 前 | 0
回答済み
hie guys help please, Im trying to edit my code to add write-API key and read-API key.
Hello Archiford, To interact with ‘ThingSpeak’ for reading and writing data, setting up a ‘ThingSpeak’ channel is necessary. ...
hie guys help please, Im trying to edit my code to add write-API key and read-API key.
Hello Archiford, To interact with ‘ThingSpeak’ for reading and writing data, setting up a ‘ThingSpeak’ channel is necessary. ...
2ヶ月 前 | 0
回答済み
How to get time of first and second rising edge for the period(simulink)?
Hi, I understand you want to calculate the speed of the signal obtained from a Hall effect encoder using the rising edges. Howe...
How to get time of first and second rising edge for the period(simulink)?
Hi, I understand you want to calculate the speed of the signal obtained from a Hall effect encoder using the rising edges. Howe...
3ヶ月 前 | 0
回答済み
Test Manager > Open Coverage Report > Error : Dot indexing is not supported for variables of this type.
Hi, Based on the error message, here are some potential causes and suggested solutions to address the "Dot indexing is not su...
Test Manager > Open Coverage Report > Error : Dot indexing is not supported for variables of this type.
Hi, Based on the error message, here are some potential causes and suggested solutions to address the "Dot indexing is not su...
3ヶ月 前 | 0
回答済み
Reinforcement learning stuck on the cluster
Hi, One reason for the issue you are experiencing could be incorrect configuration of the cluster profile. You can verify that ...
Reinforcement learning stuck on the cluster
Hi, One reason for the issue you are experiencing could be incorrect configuration of the cluster profile. You can verify that ...
3ヶ月 前 | 0
回答済み
How can I include Simulink.Breakpoint in A2L file?
Hi, I understand from your question that some variables you are using as input to the ‘Interpolation Using Prelookup’ block, ...
How can I include Simulink.Breakpoint in A2L file?
Hi, I understand from your question that some variables you are using as input to the ‘Interpolation Using Prelookup’ block, ...
3ヶ月 前 | 0
回答済み
Problems encountered in matlab reinforcement learning
Hi, The error you are encountering likely stems from the incorrect use of the ‘setBlockParameter’ function. Here are the key po...
Problems encountered in matlab reinforcement learning
Hi, The error you are encountering likely stems from the incorrect use of the ‘setBlockParameter’ function. Here are the key po...
3ヶ月 前 | 0
回答済み
Help with Nested Structures Preallocation of data or how to clear Nested Structures inside of every loop.
Hello, You can efficiently preallocate your nested structure without relying on backward loops by using the following method: ...
Help with Nested Structures Preallocation of data or how to clear Nested Structures inside of every loop.
Hello, You can efficiently preallocate your nested structure without relying on backward loops by using the following method: ...
3ヶ月 前 | 0
回答済み
multi-objective optimization and reinforcement learning
Hi, MATLAB provides the ‘gamultiobj’ function, which is part of the Global Optimization Toolbox, to perform multi-objective opt...
multi-objective optimization and reinforcement learning
Hi, MATLAB provides the ‘gamultiobj’ function, which is part of the Global Optimization Toolbox, to perform multi-objective opt...
3ヶ月 前 | 0
回答済み
simulink embedded coder error too many input arguments
Hi, The error "too many input arguments" during code generation with MATLAB Embedded Coder often does not clearly indicate the ...
simulink embedded coder error too many input arguments
Hi, The error "too many input arguments" during code generation with MATLAB Embedded Coder often does not clearly indicate the ...
3ヶ月 前 | 0
回答済み
How to deal with MISRA SLSF 036 rule
Hi, Regarding your first question, the 'MISRA AC SLSF' document specifies that the 'In Bus Element' block is categorized as 'N...
How to deal with MISRA SLSF 036 rule
Hi, Regarding your first question, the 'MISRA AC SLSF' document specifies that the 'In Bus Element' block is categorized as 'N...
3ヶ月 前 | 0
回答済み
Turn image mask into triangular mesh
Hi, I understand that you are working with high-resolution images and want to create a finite element mesh that accurate...
Turn image mask into triangular mesh
Hi, I understand that you are working with high-resolution images and want to create a finite element mesh that accurate...
3ヶ月 前 | 0
回答済み
video processing
Hi, To break down a video into individual frames, enhance the contrast of each frame, and then reassemble the frames into a vid...
video processing
Hi, To break down a video into individual frames, enhance the contrast of each frame, and then reassemble the frames into a vid...
3ヶ月 前 | 0
回答済み
IBIS-AMI model creation errors on Linux
Hi, I encountered a similar issue while working with the SerDes Toolbox in Simulink when compiling...
IBIS-AMI model creation errors on Linux
Hi, I encountered a similar issue while working with the SerDes Toolbox in Simulink when compiling...
3ヶ月 前 | 0
回答済み
Matlab mobile sensor logging only gets a few values
Hi, I understand you are experiencing issues with logging sensor data on MATLAB Mobile at a 10Hz sampling rate, where you only ...
Matlab mobile sensor logging only gets a few values
Hi, I understand you are experiencing issues with logging sensor data on MATLAB Mobile at a 10Hz sampling rate, where you only ...
3ヶ月 前 | 0
回答済み
Matlab/ Simulink JVM not running
Hi, I understand you are encountering an issue related to the Java Development Kit (JDK). Whenever you install a new version of...
Matlab/ Simulink JVM not running
Hi, I understand you are encountering an issue related to the Java Development Kit (JDK). Whenever you install a new version of...
4ヶ月 前 | 0
回答済み
Simulation Crash Issue with Current Limiter and Motor Drive System
Hi Alex, I understand that you are encountering a transient initialization error during the simulation of your Simscape model....
Simulation Crash Issue with Current Limiter and Motor Drive System
Hi Alex, I understand that you are encountering a transient initialization error during the simulation of your Simscape model....
4ヶ月 前 | 0
回答済み
How to use modern features (notably std::unique_ptr) in the C++ code of my S-functions while using the linaro v4.8 toolchain in embedded coder?
Hi, I understand you are facing the following error while building the Linux executable using the Simulink 'build' butto...
How to use modern features (notably std::unique_ptr) in the C++ code of my S-functions while using the linaro v4.8 toolchain in embedded coder?
Hi, I understand you are facing the following error while building the Linux executable using the Simulink 'build' butto...
4ヶ月 前 | 0
回答済み
Simatic Target cannot create shared object file (SO) for Siemens PLC ODK.
Hi, Based on your description, I understand that you are encountering an error when trying to build the system with Simulink f...
Simatic Target cannot create shared object file (SO) for Siemens PLC ODK.
Hi, Based on your description, I understand that you are encountering an error when trying to build the system with Simulink f...
4ヶ月 前 | 0
回答済み
Doubt about early stopping
Hi, Based on your description, I understand that you are experiencing unusual behaviour in the validation error and training e...
Doubt about early stopping
Hi, Based on your description, I understand that you are experiencing unusual behaviour in the validation error and training e...
4ヶ月 前 | 0
回答済み
set a maximum training time for training a PPO agent
Hi, I understand that you want to limit the training process of your RL PPO agent based on the elapsed time. According to my k...
set a maximum training time for training a PPO agent
Hi, I understand that you want to limit the training process of your RL PPO agent based on the elapsed time. According to my k...
4ヶ月 前 | 0
| 採用済み
回答済み
Impedance Calculator of powergui block of a three-phase filter not displaying expected results
Hi, To my understanding, you want to measure the frequency response of a 13th harmonic filter and are getting incorrect results...
Impedance Calculator of powergui block of a three-phase filter not displaying expected results
Hi, To my understanding, you want to measure the frequency response of a 13th harmonic filter and are getting incorrect results...
4ヶ月 前 | 0
| 採用済み