photo

Umar


Last seen: Today Con actividad desde 2024

Followers: 18   Following: 4

Community volunteer, like to help people by making difference in their lives

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

Estadística

All
MATLAB Answers

0 Preguntas
594 Respuestas

File Exchange

2 Archivos

Cody

0 Problemas
321 Soluciones

CLASIFICACIÓN
151
of 299.737

REPUTACIÓN
764

CONTRIBUCIONES
0 Preguntas
594 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
74

CLASIFICACIÓN
19.420 of 20.791

REPUTACIÓN
0

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
2

ALL TIME DESCARGAS
6

CLASIFICACIÓN
505
of 165.655

CONTRIBUCIONES
0 Problemas
321 Soluciones

PUNTUACIÓN
3.611

NÚMERO DE INSIGNIAS
10

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Central Treasure Hunt Finisher
  • 6 Month Streak
  • Knowledgeable Level 5
  • Community Group Solver
  • CUP Challenge Master
  • Explorer
  • First Review
  • Pro
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • First Submission

Ver insignias

Feeds

Ver por

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

alrededor de 11 horas hace | 0

Respondida
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 día hace | 1

| aceptada

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

3 días hace | 0

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

3 días hace | 0

| aceptada

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

3 días hace | 0

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

4 días hace | 0

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

6 días hace | 0

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

6 días hace | 0

| aceptada

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

8 días hace | 0

Respondida
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 días hace | 0

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

13 días hace | 0

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

15 días hace | 0

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

15 días hace | 0

| aceptada

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

15 días hace | 1

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

18 días hace | 0

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

20 días hace | 1

| aceptada

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

20 días hace | 0

| aceptada

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

29 días hace | 0

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

alrededor de 1 mes hace | 0

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

alrededor de 1 mes hace | 0

Enviada


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

alrededor de 1 mes hace | 1 descarga |

0.0 / 5
Thumbnail

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

alrededor de 1 mes hace | 0

Resuelto


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

alrededor de 1 mes hace

Resuelto


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.

alrededor de 1 mes hace

Resuelto


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.

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

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

alrededor de 2 meses hace | 0

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

alrededor de 2 meses hace | 0

Cargar más