![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34704607_1724133309520_DEF.jpg)
Aravind
Followers: 0 Following: 0
Feeds
답변 있음
Labeling Photos Manually and Classification of Large Dataset
Hi @Fatih, It sounds like you are looking to train a neural network to classify images with and without mussilage. You have a...
Labeling Photos Manually and Classification of Large Dataset
Hi @Fatih, It sounds like you are looking to train a neural network to classify images with and without mussilage. You have a...
2일 전 | 0
| 수락됨
답변 있음
How can I connect slider and angle in the GUI?
Hi @SeokWon CHOI, To adjust the angle of a shape in response to a slider's position when you press the run button, you can us...
How can I connect slider and angle in the GUI?
Hi @SeokWon CHOI, To adjust the angle of a shape in response to a slider's position when you press the run button, you can us...
2일 전 | 0
답변 있음
Polyspace as you code installation error
Hi @muralidhar, The error you encountered suggests that the Polyspace installation file cannot detect a compatible Eclipse ID...
Polyspace as you code installation error
Hi @muralidhar, The error you encountered suggests that the Polyspace installation file cannot detect a compatible Eclipse ID...
2일 전 | 0
답변 있음
Level II S-function input=output ports are not apearing
Hi @mehrzad, From the image of your model, it seems you are using a “MATLAB Function” block rather than a “Level-2 MATLAB S-Fun...
Level II S-function input=output ports are not apearing
Hi @mehrzad, From the image of your model, it seems you are using a “MATLAB Function” block rather than a “Level-2 MATLAB S-Fun...
3일 전 | 0
| 수락됨
답변 있음
state flow chart properties action language
Hi @VINAY, When you incorporate a flowchart within a state in Stateflow, the if-condition flowchart is executed only when tha...
state flow chart properties action language
Hi @VINAY, When you incorporate a flowchart within a state in Stateflow, the if-condition flowchart is executed only when tha...
3일 전 | 0
답변 있음
Moving piston with Slider in App Designer
Hi @MomentumFlux, To create a moving piston effect in MATLAB App Designer, consider using the “rectangle” function within “UI...
Moving piston with Slider in App Designer
Hi @MomentumFlux, To create a moving piston effect in MATLAB App Designer, consider using the “rectangle” function within “UI...
4일 전 | 0
답변 있음
DDPG algorithm/Experience Buffer/ rl.util.ExperienceBuffer
Hi @hieu nguyen, To manage the initial phase when your experience buffer has fewer experiences than the desired mini-batch si...
DDPG algorithm/Experience Buffer/ rl.util.ExperienceBuffer
Hi @hieu nguyen, To manage the initial phase when your experience buffer has fewer experiences than the desired mini-batch si...
4일 전 | 0
답변 있음
-logfile option changes output
Hi @Jason, From the output and code you shared, it seems you are storing the data in a cell array where each element is a str...
-logfile option changes output
Hi @Jason, From the output and code you shared, it seems you are storing the data in a cell array where each element is a str...
4일 전 | 1
답변 있음
this not coming in deploy, only when monitor& tune only:External Mode Open Protocol Connect command failed Caused by: DWARF Parser internal error: Parser::describeSymbol x
Hi @KATTIRI, I'm assuming that you are using MATLAB R2020b or R2021a. The error you are encountering is likely a connection e...
this not coming in deploy, only when monitor& tune only:External Mode Open Protocol Connect command failed Caused by: DWARF Parser internal error: Parser::describeSymbol x
Hi @KATTIRI, I'm assuming that you are using MATLAB R2020b or R2021a. The error you are encountering is likely a connection e...
5일 전 | 0
답변 있음
How to get the junction temperature of the diode?
Hi @tianyu hu, Once you enable the “Show thermal port” option in the diode's block parameters, the previously hidden thermal po...
How to get the junction temperature of the diode?
Hi @tianyu hu, Once you enable the “Show thermal port” option in the diode's block parameters, the previously hidden thermal po...
5일 전 | 0
답변 있음
Is there a way to remotely push/deploy addons to already installed Matlab deployments without rerunning the installer?
Hi @Luke, It is possible to remotely deploy add-ons to already installed MATLAB deployments without rerunning the installer. ...
Is there a way to remotely push/deploy addons to already installed Matlab deployments without rerunning the installer?
Hi @Luke, It is possible to remotely deploy add-ons to already installed MATLAB deployments without rerunning the installer. ...
5일 전 | 0
답변 있음
Warnings of Xilinx software pathes
Hi @Bobb, The warnings you're encountering typically happen when MATLAB is still referencing outdated software paths. Here ar...
Warnings of Xilinx software pathes
Hi @Bobb, The warnings you're encountering typically happen when MATLAB is still referencing outdated software paths. Here ar...
5일 전 | 0
답변 있음
Controlling Variability in LSTM Training with Dropout in MATLAB
Hi @Vishnu Keyen, The variability you are seeing in your LSTM network training is indeed likely due to the Dropout layer. Dro...
Controlling Variability in LSTM Training with Dropout in MATLAB
Hi @Vishnu Keyen, The variability you are seeing in your LSTM network training is indeed likely due to the Dropout layer. Dro...
6일 전 | 0
답변 있음
Train Deep-Learning-Based CHOMP Optimizer for Motion Planning Obstacle Setting
Hi @Choonghan, If you want to change the positions of obstacles and test the path planning of the trained “dlCHOMP” path plan...
Train Deep-Learning-Based CHOMP Optimizer for Motion Planning Obstacle Setting
Hi @Choonghan, If you want to change the positions of obstacles and test the path planning of the trained “dlCHOMP” path plan...
6일 전 | 0
답변 있음
Cannot find font file
Hi @Cedric, The font picker issue arises because newer versions of Windows 10 and 11 allow fonts to be installed for a specif...
Cannot find font file
Hi @Cedric, The font picker issue arises because newer versions of Windows 10 and 11 allow fonts to be installed for a specif...
7일 전 | 0
답변 있음
Embedded Coder Integer Saturation
Hi @Jake Gareau, It seems you are noticing saturation logic being used in the counter for the “after” command in Stateflow's ...
Embedded Coder Integer Saturation
Hi @Jake Gareau, It seems you are noticing saturation logic being used in the counter for the “after” command in Stateflow's ...
7일 전 | 0
답변 있음
How to read the contents of .txt and display its contents in my gui.
Hi @han han, To display the contents of a .txt file in your MATLAB GUI using App Designer, you can follow the following steps...
How to read the contents of .txt and display its contents in my gui.
Hi @han han, To display the contents of a .txt file in your MATLAB GUI using App Designer, you can follow the following steps...
8일 전 | 0
답변 있음
Most efficient way to read mdf file
Hi @Monika K, If you're looking to optimize the reading of a very large MDF file, you can do so by processing the data in chu...
Most efficient way to read mdf file
Hi @Monika K, If you're looking to optimize the reading of a very large MDF file, you can do so by processing the data in chu...
8일 전 | 0
답변 있음
How to make a GUIDE axes into a map axes
Hi @Larry Brunson, To display a map in your GUIDE GUI (R2018b), you can use the “axesm” function from the Mapping Toolbox. H...
How to make a GUIDE axes into a map axes
Hi @Larry Brunson, To display a map in your GUIDE GUI (R2018b), you can use the “axesm” function from the Mapping Toolbox. H...
8일 전 | 0
답변 있음
Can 'uialert' create a modal replaceable dialog like 'warndlg'?
Hi @rui, While the “uialert” function in MATLAB can create a modal dialog box, it does not automatically replace existing dialo...
Can 'uialert' create a modal replaceable dialog like 'warndlg'?
Hi @rui, While the “uialert” function in MATLAB can create a modal dialog box, it does not automatically replace existing dialo...
11일 전 | 0
답변 있음
Non-Modal uiconfirm/uialert etc.
Hi @Norbert, The newer dialog boxes, like “uialert,” allow you to set the modality, eliminating the need to use the deprecate...
Non-Modal uiconfirm/uialert etc.
Hi @Norbert, The newer dialog boxes, like “uialert,” allow you to set the modality, eliminating the need to use the deprecate...
12일 전 | 1
| 수락됨
답변 있음
In Vehicle Body 3dof Longitudinal, how to determine suspension parameter?
Hi @直輝 江口, In the “Vehicle Body 3DOF Longitudinal” block, the suspension parameters you mentioned relate to the forces and d...
In Vehicle Body 3dof Longitudinal, how to determine suspension parameter?
Hi @直輝 江口, In the “Vehicle Body 3DOF Longitudinal” block, the suspension parameters you mentioned relate to the forces and d...
12일 전 | 0
답변 있음
app designer problem 2021b
Hi @Arshia Asadollahi, The error message you are encountering in App Designer suggests there's an issue with matrix operatio...
app designer problem 2021b
Hi @Arshia Asadollahi, The error message you are encountering in App Designer suggests there's an issue with matrix operatio...
12일 전 | 0
답변 있음
How to use PID controller from Control System TB in Matlab function of Stateflow?
Hi @Alexander, I understand you are interested in implementing a PID controller within a Stateflow chart. While it is technic...
How to use PID controller from Control System TB in Matlab function of Stateflow?
Hi @Alexander, I understand you are interested in implementing a PID controller within a Stateflow chart. While it is technic...
12일 전 | 0
답변 있음
I do not know how to use the asbTrajectory Tool of Quadcopter Project.
Hi @Yoshiyuki Otsuji, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the exampl...
I do not know how to use the asbTrajectory Tool of Quadcopter Project.
Hi @Yoshiyuki Otsuji, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the exampl...
13일 전 | 0
답변 있음
Does anyone know how to use the asbTrajectoryTool of Quadcopter Project?
Hi @Miguel, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the example for auto...
Does anyone know how to use the asbTrajectoryTool of Quadcopter Project?
Hi @Miguel, The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the example for auto...
13일 전 | 0
답변 있음
Modeling of cooling plate
Hi @Harish M Y, I reviewed the model you shared and was able to replicate the error you encountered. The error indicates that...
Modeling of cooling plate
Hi @Harish M Y, I reviewed the model you shared and was able to replicate the error you encountered. The error indicates that...
13일 전 | 0
답변 있음
Trying to generate a code from a simevents model
Hi @Mohaiad Elbasheer, It seems like you are trying to create a standalone application from a Simulink model that includes Si...
Trying to generate a code from a simevents model
Hi @Mohaiad Elbasheer, It seems like you are trying to create a standalone application from a Simulink model that includes Si...
13일 전 | 0
답변 있음
issue in configuration of embedded coder c2000
Hi @jainam shah, According to the documentation found at https://www.mathworks.com/help/ti-c2000/gs/CCS-MATLAB-versions.html, ...
issue in configuration of embedded coder c2000
Hi @jainam shah, According to the documentation found at https://www.mathworks.com/help/ti-c2000/gs/CCS-MATLAB-versions.html, ...
17일 전 | 0
답변 있음
Why data is discarded in shuffle operation when training a deep network?
Hi @Hana Ahmed, When training deep learning networks in MATLAB, if the batch size does not evenly divide the number of training...
Why data is discarded in shuffle operation when training a deep network?
Hi @Hana Ahmed, When training deep learning networks in MATLAB, if the batch size does not evenly divide the number of training...
18일 전 | 0