Programming Languages:
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
統計
All
Feeds
回答済み
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...
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...
1日 前 | 0
回答済み
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...
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...
1日 前 | 0
回答済み
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 ...
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 ...
3日 前 | 0
回答済み
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...
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...
3日 前 | 1
回答済み
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...
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...
4日 前 | 0
回答済み
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...
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...
7日 前 | 0
| 採用済み
回答済み
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 (...
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 (...
8日 前 | 0
回答済み
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...
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...
9日 前 | 0
回答済み
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...
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...
10日 前 | 0
回答済み
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, ...
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, ...
11日 前 | 1
回答済み
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...
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...
12日 前 | 0
回答済み
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. ...
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. ...
13日 前 | 0
| 採用済み
回答済み
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...
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...
13日 前 | 0
回答済み
How to change the grid color in function heatmap
Hi @涛, Ran a quick test in MATLAB to settle this one way or the other, since dpb and Lucas already had the right instincts an...
How to change the grid color in function heatmap
Hi @涛, Ran a quick test in MATLAB to settle this one way or the other, since dpb and Lucas already had the right instincts an...
15日 前 | 0
回答済み
HDL Optimized Cosine/Sine block: unexpected FPGA resource utilization
Hi @Mehdi, Good questions, and no, you haven't found a bug — this is actually expected behavior once you know what's happenin...
HDL Optimized Cosine/Sine block: unexpected FPGA resource utilization
Hi @Mehdi, Good questions, and no, you haven't found a bug — this is actually expected behavior once you know what's happenin...
16日 前 | 0
回答済み
CheckCollision sometimes misses intersections between the robot arm and the collision cylinders
Hi @Urinder, Your robot already ships with collision meshes built in, so that's not the gap. Looking at your grid math instead:...
CheckCollision sometimes misses intersections between the robot arm and the collision cylinders
Hi @Urinder, Your robot already ships with collision meshes built in, so that's not the gap. Looking at your grid math instead:...
17日 前 | 0
回答済み
How do I differentiate between wave patterns in multiple signals?
Hi @Sridutt, Great question! I ran into the same problem and worked out a solution that does exactly what you need — detectin...
How do I differentiate between wave patterns in multiple signals?
Hi @Sridutt, Great question! I ran into the same problem and worked out a solution that does exactly what you need — detectin...
25日 前 | 0
回答済み
rotor side and control of DFIG based wind energy conversion system
Hi @Fatima zohra, Thankyou for posting your question on MATLAB Central. I appreciate your interest in improving the control p...
rotor side and control of DFIG based wind energy conversion system
Hi @Fatima zohra, Thankyou for posting your question on MATLAB Central. I appreciate your interest in improving the control p...
3ヶ月 前 | 0
回答済み
comm.SDRuReceiver on X310 throws receiveData:ErrLateCommand
Hi @Hepzibah, Thanks for raising this. I looked into the ErrLateCommand error you are seeing with comm.SDRuReceiver on the X3...
comm.SDRuReceiver on X310 throws receiveData:ErrLateCommand
Hi @Hepzibah, Thanks for raising this. I looked into the ErrLateCommand error you are seeing with comm.SDRuReceiver on the X3...
3ヶ月 前 | 0
回答済み
Why does fitlm give different results according to if I remove or I don't remove NaNs in the variables arrays?
Hi @Manuela, I wrote a MATLAB script (fitlm_nan_analysis.m) that walks through your exact dataset and explains why you're get...
Why does fitlm give different results according to if I remove or I don't remove NaNs in the variables arrays?
Hi @Manuela, I wrote a MATLAB script (fitlm_nan_analysis.m) that walks through your exact dataset and explains why you're get...
3ヶ月 前 | 1
| 採用済み
回答済み
Error converting python DataFrame to Table
Hi @David, Thanks for writing in — you've actually already diagnosed this correctly, so let me just confirm it and get you mo...
Error converting python DataFrame to Table
Hi @David, Thanks for writing in — you've actually already diagnosed this correctly, so let me just confirm it and get you mo...
3ヶ月 前 | 1
| 採用済み
回答済み
Integrating MMC in IEEE 9 bus system
Hi @Mojtaba, I had a look at both examples you mentioned and I think I can see exactly where you're getting stuck — so hopefu...
Integrating MMC in IEEE 9 bus system
Hi @Mojtaba, I had a look at both examples you mentioned and I think I can see exactly where you're getting stuck — so hopefu...
3ヶ月 前 | 0
回答済み
Airplance Guidance System in Simulink
Hi @Olga, Thank you for posting your question on MATLAB Central — great to see you working on a flight simulator! I'm happy t...
Airplance Guidance System in Simulink
Hi @Olga, Thank you for posting your question on MATLAB Central — great to see you working on a flight simulator! I'm happy t...
4ヶ月 前 | 0
| 採用済み
回答済み
ParallelAssembly: Define the cell gap in x and y direction differently?
Hi @Fabian, Thanks for your question — I looked into this and wanted to share what I found. Unfortunately, the short answe...
ParallelAssembly: Define the cell gap in x and y direction differently?
Hi @Fabian, Thanks for your question — I looked into this and wanted to share what I found. Unfortunately, the short answe...
4ヶ月 前 | 0
回答済み
Simple battery inverter model in Simscape Electrical
Hi @Mikel, Saw your post and figured I'd put together everything I found so you don't have to chase it down yourself. Firs...
Simple battery inverter model in Simscape Electrical
Hi @Mikel, Saw your post and figured I'd put together everything I found so you don't have to chase it down yourself. Firs...
4ヶ月 前 | 0
| 採用済み
解決済み
Find the stride of the longest skip sequence
We define a _skip sequence_ as a regularly-spaced list of integers such as might be generated by MATLAB's <http://www.mathworks....
4ヶ月 前
解決済み
Sum the Infinite Series
Given that 0 < x and x < 2*pi where x is in radians, write a function [c,s] = infinite_series(x); that returns with the...
4ヶ月 前
解決済み
Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....
4ヶ月 前
解決済み
"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...
4ヶ月 前
解決済み
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
Given a number _n_, return the terminal value of the number chain formed by summing the square of the digits. According to the P...
4ヶ月 前











