已回答
BILSTM input data length
Hi @Walid, Yes, you can input short feature vectors to BiLSTM networks, though this requires proper data formatting. BiLSTM l...

1 month 前 | 1

已回答
Unable to fit HDL coder design into FPGA
Hi @John, I don’t currently have access to Simulink or MATLAB toolboxes to replicate your setup directly, but I reviewed Math...

1 month 前 | 0

| 已接受

已回答
Why my PLUTO cant capture the signals
Hi @Mert, Based on the RX code you shared and your comment about not receiving signals on a different PC with a different ADA...

1 month 前 | 0

已回答
function argument pow error
Hi @Cesar, Let me address your comment:” _not sure why I'm getting this error, any help will be appreciated. thanks_" The ...

1 month 前 | 1

| 已接受

已回答
Generation of proto and thunk files for distribution
Hi @Eric, To automate proto and thunk file generation in a CI/CD process, a headless MATLAB environment (or MATLAB Docker image...

1 month 前 | 0

已回答
Issues with nlinfit - not fitting second parameter? Fitting a Blackbody curve
Hi @Caelan, Thank you for sharing your code and detailed description of the issues. I have reviewed your approach and specifi...

1 month 前 | 0

| 已接受

已回答
Issue using combined slip wheel 2Dof in high slip scenarios
Hi @Justin, Thank you for your detailed explanation of the problem. From your description, the instability during high-slip c...

1 month 前 | 0

已回答
Please help me to run this simple code. I want to check the definition the third oder of ODE is true of false in projfun function.
Hi @Tarek, Based on your comments and request to find all constants that satisfy the ODE, I have composed a MATLAB script that ...

1 month 前 | 0

已回答
Numerical precision issues when using tf('s')
Hi @Manuel Zobel, Following the discussion regarding minimal realizations of multi-input systems constructed with `tf('s')` v...

2 months 前 | 0

已回答
No module or function named error in Python custom function with MATLAB
Hi @Poulomi, I reviewed your Python-MATLAB integration issue and can help you resolve the "No module or function named 'moist...

2 months 前 | 0

| 已接受

已回答
Looking for a reactive zoom implementation
Hi @Ira, I went through your comments carefully and put together a script that addresses all your questions exactly as you re...

2 months 前 | 0

已回答
How do I find the mode of an array and verify it using the frequency?
Hi @ Caleb Crawdad, I reviewed your question regarding row-wise mode computation and the 30% dominance threshold. As you notice...

2 months 前 | 0

已回答
simulink menu icons missing?
Hi @haodong chen, I understand you’re experiencing issues with Simulink menu items not displaying properly across MATLAB rele...

2 months 前 | 0

已回答
5G NR PUSCH demodulation with timing estimation
Hi @Madhusoodan NA , Your observations are consistent with expected PUSCH behavior relative to CP duration. When timing offse...

2 months 前 | 0

已回答
How to specify the position of the displayed image?
Hi @Marvellous, You can place an image at a specific position on the axes in MATLAB R2023b using the image() function with 'X...

2 months 前 | 0

| 已接受

已回答
MATLAB graph/cyclebasis: How can I extract labeling-independent “minimal loop units”?
Hi @Taehyub, Thanks for sharing your questions. I understand you want a labeling-independent way to find “minimal loop units...

2 months 前 | 1

已回答
Integrations of Bessel functions
Hi @Javeria, I read your comments and implemented the analytical formulas for the two Bessel function integrals directly in M...

2 months 前 | 0

已回答
I want to transfer my Matlab software to the new computer.
@Gabriel, the easiest and most reliable way is to deactivate MATLAB on your old laptop via Help → Licensing → Deactivate Softwar...

2 months 前 | 1

| 已接受

已回答
TCC Connection design matrix
Hi @Filip, I’ve prepared the MATLAB script you asked for. It: * Implements your provided formulas for V and s exactly. ...

2 months 前 | 0

| 已接受

已回答
How to use Markov Chain Monte Carlo for data fitting
Hi @Ella, I read your comments,since I am using Matlab mobile and don’t have access to toolbox,I created a custom MCMC algorith...

2 months 前 | 0

已回答
How to modify the colorbar font and size when drawing with the heatmap function?
Hi @Wei, To address and interpret your comments correctly, “When using the heatmap function to draw, the font and size of col...

3 months 前 | 0

已回答
Is massMatrix in world frame or base frame for floating base rigidBodyTree? (Simscape import, 6-DOF base)
Hi @Sathya, Please bear in mind that I don’t have access to Robotics toolbox because using matlab mobile. So, after doing ana...

3 months 前 | 0

已提交


Sine Wave Generator
This script generates a sine wave based on user-defined frequency and amplitude.

3 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
Efficiency map of a car running through the WLTP cycle
Hi @Mansour, You mentioned, “ _I've already identified the loss mechanisms, and I can calculate the losses for each point (he...

3 months 前 | 0

已解决


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

3 months 前

已解决


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

3 months 前

已解决


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

3 months 前

已解决


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

3 months 前

已解决


Spherical Volume
Calculate the volume of a sphere.

3 months 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

3 months 前

加载更多