Resuelto


Count the number of folds needed to pack a large sheet
In a certain paper factory, large sheets of paper are being made every day. Before sending the sheets for shipment, they have to...

22 días hace

Resuelto


Calculate the sphericity of a Raschig ring
Sphericity is a measure of the roundness of any particle. It was defined by Wadell in 1935 as the ratio of the 'surface area of ...

22 días hace

Respondida
IEC 61672-1:2013 standard for A-weighting filter
Hi @Saket, Short answer: no, MATLAB doesn't have a 2013 option here. weightingFilter, visualize, and isStandardCompliant i...

22 días hace | 1

| aceptada

Resuelto


Bouncing disk
A disk is placed in a rectangular room with dimensions a and b in a point with coordinates x0 and y0. The disk is given a startu...

23 días hace

Resuelto


The glass half full
Identical glasses are placed in a triangular tower structure, such that the top level (L = 1) comprises one glass, the next leve...

23 días hace

Resuelto


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

23 días hace

Resuelto


Approximation of Pi (vector inputs)
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

23 días hace

Resuelto


Mersenne Primes vs. All Primes
A Mersenne prime (M) is a prime number of the form M = 2^p - 1, where p is another prime number. <https://www.mathworks.com/matl...

23 días hace

Respondida
hi I am currently doing my research on inverter fault prediction using Digital Twin and I am not being able to understand modeling in Digital Twin, please help with tutorials.
Hi @Varsha, There is no single "Digital Twin" block in MATLAB or Simulink. A digital twin here just means your Simscape Elect...

23 días hace | 0

| aceptada

Respondida
Simscape electrical thermal analysis
Hi @Seth, A few things jump out that would explain both symptoms. The flat 300 K reading: Simscape's built-in default init...

29 días hace | 0

| aceptada

Respondida
ultrasounds imaging using matlab tv radios signals
Hi @imaging, Following up on Star Strider's answer. I looked into this more and put together a PDF of references covering bot...

29 días hace | 0

| aceptada

Respondida
Sleep signal activation with TI DRV8243H Motor driver controlled via STM32 F413ZH running via External Mode on Simulink
Hi @Anirudh, There are really two separate things bundled into your post – the nSLEEP wake-up issue, and the PID design for t...

30 días hace | 0

| aceptada

Respondida
Simscape Battery: How to connect a Vectorized Thermal Port (1×14) to multiple Temperature Sources?
Hi @Ye, The error is happening because XminH is a 1×14 vectorized thermal port (one node per cell), but it's connected to a s...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Can I return the xml string from writestruct?
Hi @Martin Dale, Just to add a bit more to this — I dug through the docs and Matt J's right, writestruct doesn't have any hid...

alrededor de 1 mes hace | 0

Respondida
Help - Nested uitogglebutton State Change Callback
Hi @Keith, This isn't something you're missing in your code, it's a hard limitation of how uitogglebutton and uibuttongroup a...

alrededor de 1 mes hace | 0

| aceptada

Respondida
How to generate a parallel input interface (or vector port) using HDL Coder
Hi @KH, What you're seeing is expected behavior, and there's a setting that controls it, though it works differently dependin...

alrededor de 1 mes hace | 0

Respondida
Draw a circle at the end of a quiver3 line
Hi @Ethan, Following up with a tested solution to my own question, in case it helps. To recap what I was after, I wanted a...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Custom Deep Learning Layer with different input and output format occurs error
Hi @Chuguang Pan, As mentioned in the comments, this turned out to be a bug in checkLayer on R2025a, confirmed by MathWorks s...

alrededor de 1 mes hace | 0

| aceptada

Respondida
Replicating PCM System in Simulink: Issues with Signal Dimensions and Missing 'To Frame' Block.
Hi @Abdul, I think I found the real culprit behind the flat/zero scope output, and it's probably not the A-law or quantizer s...

alrededor de 1 mes hace | 0

Respondida
Sonar image formation from Phased Array Systems toolbox
Hi @Michael, Got a working template for you, plus a bit more detail than I first gave. Attached: 1. forward_look_sonar_scan.m ...

alrededor de 1 mes hace | 0

Respondida
is it easy way to use robust fuzzy logic controller for AGV
Hi @Medihiya, Yes,definitely doable — people have been using fuzzy controllers for this kind of thing for a while, and curved...

alrededor de 1 mes hace | 1

Respondida
propagateOrbit function fails on Epoch field format
Hi @Kurt, Wanted to close the loop on the Excel/datetime thing properly before saying anything definitive. Ran a couple of...

alrededor de 1 mes hace | 0

Respondida
How to use tleread function on TLE file with alpha-5 satellite numbers
Hi @Kurt, Short answer: tleread() doesn't support Alpha-5 catalog numbers right now — it's built to expect the old-style fixe...

alrededor de 1 mes hace | 0

| aceptada

Respondida
PMSM SMO rotor position calculation in Simulink
Hi @Zhiyu, I looked into this a bit and I think I found the source of the confusion. Based on the way the block is labeled (...

alrededor de 2 meses hace | 0

Respondida
Adding a dummy non-learning, non-controlling agent halves the convergence speed of the main agent in MATLAB RL Toolbox
Hi @zhenpeng, Really solid ablation you've done here. I went through MathWorks' docs on train, rlMultiAgentTrainingOptions, a...

alrededor de 2 meses hace | 0

Respondida
Confusion about ROS2 parameters in MATLAB Coder
Hi @Sönke, This is a real, documented limitation — not something wrong with your code. The getParameter reference page state...

alrededor de 2 meses hace | 0

Respondida
How to simulate wheel-rail contact on a curve with Simscape Multibody?
Hi @Rafael, After digging through documentation and a couple of papers on this exact problem, here's what I found — and yes, ...

alrededor de 2 meses hace | 1

Respondida
Compatibility of Genesys ZU (Zynq UltraScale+ MPSoC) with Simulink HDL Workflow
Hi @JACOB ETOJU, You are right that the Genesys ZU is not on the official supported board list for HDL Coder. Short answer: i...

alrededor de 2 meses hace | 0

Respondida
i have coupled odes with slip boundary conditions.
Hi @Sunitha k, Took a closer look at your code and got it running end to end, so here's what was going on and where it landed. ...

alrededor de 2 meses hace | 0

| aceptada

Respondida
fitting is not working
Hi @Ehtisham, Just want to close the loop on this one. Walter was right that the bounds had an extra entry that wasn't even bei...

alrededor de 2 meses hace | 0

Cargar más