답변 있음
MATLAB Report Generator - Edit PDF page margins in sections.
Hi Alexandre, Editing the `.pdftx` template for a MATLAB Report Generator report to customize headings, margins, and other styl...

거의 2년 전 | 0

| 수락됨

답변 있음
App Designer - lamp display running status
Hi Elina, To achieve the functionality of changing the lamp color in your app while the Simulink simulation is running and then...

거의 2년 전 | 0

답변 있음
What is the command to fetch Requriement detail from the simulink model?
Hi Vickey, To fetch requirement details from a Simulink model, you typically use functions provided by Simulink Requirements™. ...

거의 2년 전 | 0

답변 있음
Delays in control systems with communications toolbox
Hi Juan, Yes, you can use MATLAB's Communications Toolbox in conjunction with the Control System Toolbox to simulate delays and...

거의 2년 전 | 0

| 수락됨

답변 있음
How to list the names of all the output ports in a model, including the output ports of subsystem?
Hi Digvijay, To list the output parameters of all the output ports of a model, especially when it contains subsystems with thei...

거의 2년 전 | 0

답변 있음
Training RL agents in Simulink
Hi YL, When using Reinforcement Learning (RL) agents in Simulink for parameter tuning or control tasks, encountering unreasonab...

거의 2년 전 | 0

| 수락됨

답변 있음
Transform Cylindrical polar coordinates to Cartesan but equally distributed
Hi Oliver, To convert your polar coordinate matrices (`R`, `Phi`, and `Z`) into Cartesian coordinate matrices (`X`, `Y`, and `Z...

거의 2년 전 | 1

| 수락됨

답변 있음
What is the allowable signal type for the mv.target input of the linear MPC controller block?
Hi Brendan, The error message you're encountering indicates that the `mv.target` input to the MPC Controller block expects a sc...

거의 2년 전 | 0

답변 있음
Unable to display a selected image despite finding no errors while running the code
Hi Adithi, Both versions of your code seem logically sound for displaying an image and text using Psychtoolbox in MATLAB. Howev...

거의 2년 전 | 1

| 수락됨

답변 있음
Battery Electric Vehicle Model in Simscape - In this model, motor is not getting power from battery pack
Hi Bhavin, When you're working with a MATLAB simulation model, especially one involving vehicle dynamics and components like ba...

거의 2년 전 | 0

답변 있음
Brace indexing is not supported for variables of this type. in training multiagent
Hi Nasim, The error you're encountering, `Brace indexing is not supported for variables of this type`, typically occurs when MA...

거의 2년 전 | 0

| 수락됨

답변 있음
Problemas con uso de app.UIAxes en APP DESIGNER
Hi NOE, La siguiente respuesta está en inglés. It sounds like you're encountering a rather unusual issue with MATLAB App Desig...

거의 2년 전 | 0

| 수락됨

답변 있음
Custom Performance Function for shallow Neural Networks using +MSE package
Hi Vivek, In MATLAB, when creating a custom performance function for neural networks, you typically need to access various prop...

거의 2년 전 | 0

답변 있음
What is the right event or or property to poll for ImportFileLog listener?
Hi Brian, In MATLAB, listeners are typically added to handle events that are triggered by various objects. The events that an o...

거의 2년 전 | 1

답변 있음
State Flow chart gives data type mismatch error in non-existing port
Hi Victor, The error messages you're seeing suggest that there is a data type mismatch between what the Stateflow chart (I'm as...

거의 2년 전 | 0

답변 있음
Matlab Audio Toolkit isnt working
Hi Anlon, If `license('test', 'Audio_Toolbox')` is returning `0`, it indicates that MATLAB does not recognize a valid license f...

거의 2년 전 | 0

답변 있음
MATLAB often stops responding during experiment
Hi Geoffrey, When MATLAB stops responding while using Psychtoolbox, especially on specific computers, it can be due to a variet...

거의 2년 전 | 0

답변 있음
Help for ga using parameters as inputs
Hi Fatih, In MATLAB, the Genetic Algorithm (GA) function ga allows you to optimize a given objective function by varying a set ...

거의 2년 전 | 0

| 수락됨

답변 있음
Why is Parpool Restarting Repeatedly?
You can try starting the parallel pool using parpool command before the start of the while loop. That may set the parallel pool ...

3년 초과 전 | 0

답변 있음
Why ParFor does not work for this?
All variables referenced at the top level of the parfor must be resolved and classified. Go through the following link to know m...

3년 초과 전 | 0

답변 있음
How can i save the temporary variable inside the parfor loop for the below code ? i have also tried using SPMD but it takes more time that the normal problem running in one core takes and how will i be able to find the thread number of each worker ?
As seen in the code, you have 6 instances of temp to be saved. You can create a structure which is outside the parfor loop and a...

3년 초과 전 | 0

답변 있음
How to use a matrix in parfor?
The different iterations in a parfor loop work independently. So, if "i" is the iterating variable in a parfor loop, you can't u...

3년 초과 전 | 0

답변 있음
how to get liscence?
You can refer to the following link to get further insight. https://in.mathworks.com/help/install/ug/activate-matlab-installa...

3년 초과 전 | 0

답변 있음
How can I import data and save each data category as a separate column in a matrix?
You can get the first column and create a nx1 matrix (n is the number of rows). Then you can append the "TemperatureF" column in...

3년 초과 전 | 1

| 수락됨

답변 있음
parpool('local')
As your problem is not much clear, I can suggest two points to work out and see if it works :- Validate your 'local' profile by...

3년 초과 전 | 0

답변 있음
Help on starting parpool
Cross check if the cluster you are trying to access is authenticated to you. Go to Home -> Parallel -> Create and Manage Clust...

3년 초과 전 | 0

답변 있음
Parpool shut down problem
The Parallel pool shuts down after a fixed time. You could adjust that :- On the Home tab in the Environment section, select Pa...

3년 초과 전 | 0

답변 있음
Parallel computing toolbox
You can refer to the following resource :- https://in.mathworks.com/help/parallel-computing/batch-processing.html

3년 초과 전 | 0

답변 있음
Parpool won't start anymore
See this discussion below, it should answer your problem: https://uk.mathworks.com/matlabcentral/answers/196549-failed-to-start...

3년 초과 전 | 0