Answered
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...

9 months ago | 0

| accepted

Answered
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...

9 months ago | 0

Answered
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...

9 months ago | 0

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

9 months ago | 0

Answered
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...

9 months ago | 0

Answered
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...

9 months ago | 0

| accepted

Answered
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...

9 months ago | 1

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

9 months ago | 0

Answered
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...

9 months ago | 1

| accepted

Answered
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. ...

9 months ago | 0

| accepted

Answered
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...

10 months ago | 0

Answered
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...

10 months ago | 0

Answered
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...

10 months ago | 0

Submitted


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

10 months ago | 1 download |

0.0 / 5
Thumbnail

Answered
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...

10 months ago | 0

Solved


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...

10 months ago

Solved


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.

10 months ago

Solved


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.

10 months ago

Solved


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...

10 months ago

Solved


Spherical Volume
Calculate the volume of a sphere.

10 months ago

Solved


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

10 months ago

Answered
Batch and input shape to DL model
Hi @Ahmed, Note: I am currently using Matlab Mobile and cwtLayer requires Wavelet Toolbox which I don’t have access to. H...

10 months ago | 0

Answered
Interactively show polygon label on choropleth map
Hi @UMG, I went through your comments, so for interactive behavior in your choropleth map using MATLAB, you can utilize t...

10 months ago | 0

Answered
How to convert color map into contour map?
Hi @Moustafa, I did read your comments and after some research, I implemented the example code in MATLAB. Hope this is what y...

10 months ago | 0

| accepted

Answered
Kronecker product implementation of finite difference for poisson equation
Hi @Aditya, @Torsten provided file exchange link which is not a bad idea to check. You probably know this that in order t...

11 months ago | 0

| accepted

Answered
Request for Guidance and Resources for Electric Powertrain Control Project – Formula Student
Hi @Fede, The links provided by @Sulaymon Eshkabilov will steer you in the right direction, however, MathWorks documentation ...

11 months ago | 0

| accepted

Answered
How do I delete specific parts of a graph
Hi @rezheen, So, I did review @Torsten and @Walter Robertson comments, and highly respect their input. To achieve your desire...

11 months ago | 0

Answered
black merton scholes for hedge fund fees
Hi @ vachelard, If I recall correctly, hedge funds often charge a management fee (usually around 2% of assets) and an incenti...

11 months ago | 0

Answered
How to merge red and blue images on white background with transparency
Hi @raym, To merge the red and blue signals from the two images on a white background in MATLAB, we can utilize the concept o...

11 months ago | 0

Answered
Error setting up UAV Toolbox support for PX4 Autopilots
Hi @Jon, After going through your comments and documentation provided at the link below <https://www.mathworks.com/help/u...

11 months ago | 0

Load more