
Jack
Followers: 9 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
Statistik
0 Fragen
46 Antworten
RANG
622
of 298.339
REPUTATION
122
BEITRÄGE
0 Fragen
46 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
11
RANG
of 20.567
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 160.817
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How do I link to Simulink variable from app designer
You can access the latest value by retrieving the logged signal from the SimulationOutput object’s logsout dataset. Instead of i...
21 Tage vor | 0
Implementing parallel processing and handling sampling vs. clock rate differences in an OFDM system using Simulink, HDL Coder, AXI Interface.
HDL Coder can synthesize blocks with vector signals (like [4×1]) if the block supports it (for example, FFT/IFFT or some RAM blo...
23 Tage vor | 0
| akzeptiert
Code prover polyspace_end_of_init not found
This error means that Code Prover expected to see a pragma indicating the end of your initialization section in main, but it was...
24 Tage vor | 1
| akzeptiert
can dde23 be used for varying time delays
dde23 only supports constant delays. If you want to use time‐varying (or state‐dependent) delays—such as delays that change over...
24 Tage vor | 0
| akzeptiert
Are dlnetworks supposed to be allowed to have output layers?
By design, dlnetwork objects are intended for custom training loops and are not supposed to include output layers like regressio...
28 Tage vor | 1
| akzeptiert
Nested fmincon call to solve min max optimization
Explanation of the Issue In your nested fmincon setup, the inner call to fmincon returns the optimal y, but you are passing tha...
28 Tage vor | 0
| akzeptiert
How do I change the size of font of a non-english text or numbers in a word document?
Here’s a concise example of how to insert non-English text (Arabic) into Word and set its font size using MATLAB’s ActiveX inter...
etwa ein Monat vor | 0
Wrap Axis Labels in AppDesigner
App Designer’s UIAxes do not automatically wrap long axis labels. However, you can manually force multiple lines by inserting ne...
etwa ein Monat vor | 0
Moving window in a Queue FIFO buffer
You can implement a moving window by storing the timestamps of each event (when the boolean input goes true) in a FIFO buffer an...
etwa ein Monat vor | 0
How to set "monopoleCylindrical()" observation point(s) to show "efield" using "pattern()" or else (antenna toolbox )?
Instead of using pattern, which is designed for normalized far‐field plots (often in dB), you should use EHfields. EHfields comp...
etwa ein Monat vor | 1
| akzeptiert
Dynamically starting model instances in Simulink
Simulink’s structure is fixed at compile time, so you can’t spawn new model instances on the fly during a simulation. The typica...
etwa ein Monat vor | 0
How to model a Pelton turbine linked to an hydraulic circuit ?
You can model a Pelton turbine by importing its geometry using a File Solid block for visualization and inertia, and then linkin...
etwa ein Monat vor | 1
| akzeptiert
Half-bridge with deadtime insertion
In many Infineon half‐bridge examples (including the one you referenced), there isn’t an explicit deadtime block because the exa...
etwa 2 Monate vor | 0
| akzeptiert
Generate a pulse train
A continuous pulse train requires the Pulse Generator block to repeat its pulse cycle over your entire simulation time. Here are...
etwa 2 Monate vor | 0
How can I write the word "Hi" in multiple lines of Word document using different font sizes?
Try adding a new paragraph for each line and setting the font size on that paragraph's range. For example: clc; clear; wordAp...
etwa 2 Monate vor | 0
| akzeptiert
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...
etwa 2 Monate vor | 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...
etwa 2 Monate vor | 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 ...
etwa 2 Monate vor | 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...
etwa 2 Monate vor | 0
| akzeptiert
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...
etwa 2 Monate vor | 1
| akzeptiert
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...
etwa 2 Monate vor | 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...
etwa 2 Monate vor | 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...
etwa 2 Monate vor | 1
| akzeptiert
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...
etwa 2 Monate vor | 0
| akzeptiert
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...
etwa 2 Monate vor | 1
| akzeptiert
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...
etwa 2 Monate vor | 0
| akzeptiert
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...
etwa 2 Monate vor | 1
| akzeptiert
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...
etwa 2 Monate vor | 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...
etwa 2 Monate vor | 0
| akzeptiert
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...
etwa 2 Monate vor | 1
| akzeptiert