
Jack
Followers: 5 Following: 0
I've been answering questions on MATLAB, mathematics, physics, programming, and control systems since 2021, with over 200 solutions provided on Brainly, the MATLAB Help Center, and Stack Overflow. My areas of expertise include MATLAB programming and debugging, control systems (PID, LQR, state-space modeling), Simulink modeling and simulations, mathematics and physics (calculus, linear algebra, differential equations), and deep learning and AI with MATLAB. In addition to my strong background in these areas, I am also proficient in multiple programming languages including Python, C++, C, Java, JavaScript, MATLAB, and HTML. I speak English and use the pronouns he/him. If I've answered your question, follow me so you can message me anytime with future questions.
Python, C++, C, Java, Javascript, MATLAB, HTML
Spoken Languages:
English
Pronouns:
He/him
Feeds
DRL, handing two or more observations in Step function
When you define multiple observations using an array of rlNumericSpec, your environment’s step function should return a cell arr...
43분 전 | 0
how to manage the time of updating the network weights in DRL
You can control when the network weights update by simply decoupling the weight update routine from every single step. If you’re...
대략 1시간 전 | 0
unrecognized table variable name minLS in Bayesian optimization of TreeBagger
Hey Kalani, The error "Unrecognized table variable name 'minLS'" happens because MATLAB is trying to access params.minLS as if ...
1일 전 | 0
Programmatically finding faces, edges, etc for an imported geometry
Hey Jasdeep, Yes, you can programmatically find faces, edges, and vertices of an imported geometry in the PDE Toolbox using the...
1일 전 | 0
Load SimCoupler not loading and have warning error
Hey Phung Vu, The warning means your SimCoupler model was created in Simulink 5.1 (R13, from 2003), which is too old for direct...
1일 전 | 1
| 수락됨
How to get values of pre-filled holes in dotx template
Hey Marcio, If you're using MATLAB Report Generator with a .dotx template, you can access the existing values of holes (placeho...
1일 전 | 0
How to add newer CCSTUDIO version (12.8.0) in Matlab 2024a/b
To integrate the newer version of Code Composer Studio (v12.8.0) with MATLAB 2024a/b, you need to update the CCS settings that M...
2일 전 | 0
set parameters read from outside a compiled simulink model at startup/initialization
When compiling a Simulink model into an executable, there isn’t a built-in mechanism to automatically read external parameters a...
2일 전 | 1
| 수락됨
Error in Sliding Mode Controller Code
The error arises because the dimensions of C and f are not compatible for matrix multiplication. In MATLAB, when you use the * o...
2일 전 | 0
| 수락됨
Performing quasi-static vehicle simulations. (Simscape/multibody)
One common approach for reducing wheel sliding in quasi‑static simulations is to improve how the tire–ground interaction is mode...
2일 전 | 1
| 수락됨
How to specify constant vs unique parameters in System ID with multiple experiments?
One common approach is to break the estimation into two steps. First, you can pool the data from all experiments to estimate the...
2일 전 | 0
| 수락됨
Question about setting the reflection coefficient of objects in phased.ScatteringMIMOChannel
The significant increase in BER occurs because the static scatterers provide beneficial multipath contributions that improve the...
2일 전 | 1
| 수락됨
Heat Pump Load profile simulation
You can modify the house heating system model to simulate a heat pump load profile by adjusting it to reflect heat pump dynamics...
2일 전 | 0
Sequence to label problem
When dealing with sequence‐to‐label problems that use long time series (each trial being a 62×timestamps matrix) and an attentio...
2일 전 | 0
| 수락됨
How to remove unwanted sawtooth gating pulses for inverter
The sawtooth gating pulses are an artifact of using a fixed-step solver with a step size of 2e-6 seconds. Since the solver updat...
2일 전 | 1
| 수락됨
Matlab-Catia-Link with Matlab2024b
MATLAB 2024b introduced changes in how COM objects are wrapped and returned. In earlier versions (like 2022b), MATLAB provided m...
2일 전 | 0
Problems passing external input data into root-level Inport
The error is due to the external input structure not being set up correctly. In your code, uStruct.time is left empty, which cau...
2일 전 | 0
| 수락됨
The plotting function implicit3 fails to render under certain conditions. Notably, for sphere larger than a certain amount.
The issue here is likely due to fimplicit3’s default mesh resolution not being sufficient when the plotting range becomes very l...
2일 전 | 1
trouble with Ask a Question
One way to resolve this is to adjust your ad blocker settings in Safari—either disable it temporarily or add mathworks.com to yo...
2일 전 | 0
Deep Learning HDL TOOLBOX does not support PLEthernet?
No, Deep Learning HDL Toolbox does not support PLEthernet. The toolbox is specifically designed for converting deep learning net...
2일 전 | 0
| 수락됨
Should mldivide Return a Solution for Square, Rank-Deficient, but Consistent Set of Linear Equations?
Hey Paul, Good question. mldivide (\) is supposed to find a solution when one exists, but when A is square and singular, MATLAB...
2일 전 | 0
fatal error on startup
Hey Baptista, This error usually happens when MATLAB's Java environment is corrupted or there are issues with the installation....
2일 전 | 0
Train Multiple Agents for Area Coverage , how to move agents to predefined destinations
Hey Nik, The example you linked trains agents to maximize coverage, but if you want agents to move to specific predefined desti...
3일 전 | 0
Speeding up BLE packet collection?
Hey Taylor, You're likely hitting a bottleneck in how MATLAB handles BLE notifications. By default, MATLAB's BLE communication ...
3일 전 | 0
How do I make ports in RF toolbox with complex port impedances?
Hey Tony, Here’s how you can set one port to 10 + 5j ohms while keeping another at 50 ohms: ckt = circuit("cir"); addport(ckt...
3일 전 | 0
How to expand lat/lon vectors into arrays for scatter plot
Hey Kurt, It looks like your 1D lat/lon vectors define a grid where the observations in ncData are located. To expand them into...
3일 전 | 0
| 수락됨
How do I change the system-wide figure resolution in Matlab using startup script file?
Hey Shishir, You're on the right track, but MATLAB does not have a built-in system-wide setting to enforce 300 dpi for all expo...
3일 전 | 0
| 수락됨
While using the Zaber Motors Example Matlab code, the code does not run, or when it runs it does not stop.
Hey Samantha, It looks like you're running into two separate issues with the Zaber motion control library: moveRelative is not...
3일 전 | 0
Drawing a line between two dynamic points
Hey Rauf, You're on the right track—you can't draw a line directly on a uifigure, but you can draw it on UIAxes. The key here i...
3일 전 | 0
| 수락됨
Simulink Model S-Function Generation Gives Error with MSVC Compiler in VS cstring file
This issue appears to be caused by a conflict between MATLAB’s generated code and the Visual Studio 2019 MSVC compiler's standar...
6일 전 | 1