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
CLASIFICACIÓN
205
of 294.533
REPUTACIÓN
508
CONTRIBUCIONES
0 Preguntas
436 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
46
CLASIFICACIÓN
19.066 of 20.121
REPUTACIÓN
0
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
4
ALL TIME DESCARGAS
4
CLASIFICACIÓN
480
of 151.819
CONTRIBUCIONES
0 Problemas
315 Soluciones
PUNTUACIÓN
3.546
NÚMERO DE INSIGNIAS
10
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Wrong output from network function, exported from nprtool
Hi @Thomas, In MATLAB, neural networks often output continuous values in the range of [0, 1], especially when dealing with bi...
alrededor de 6 horas hace | 0
| aceptada
Possible Incorrect Documentation on ksdensity
Hi @David Gillcrist, After going through your comments and studying the documentation provided at the link below <https:/...
1 día hace | 0
Problem with Rectify stereo images
Hi @Kenny Manjarrez Gracia , Your code appears to follow the correct sequence for rectifying stereo images and calculating di...
1 día hace | 0
How to set the waypoints with using "geoTrajectory"
Hi @Tadashi Okoba , After reading the documentation provided at the link below, <https://www.mathworks.com/help/fusion/ref...
2 días hace | 0
Capturing and Uploading Only Purple Data from AEwin to a Server
Hi @Huzaifa , Your task involves filtering data visualized in AEwin software to extract only the purple data points. Additional...
2 días hace | 0
How to use fzero with arrayfun or cell fun?
Hi @Ruben, To efficiently apply fzero across multiple input pairs in MATLAB, you can leverage cellfun. This function allows y...
2 días hace | 1
| aceptada
How do I solve "pyrunfile is not suppoted" error in MATLAB Function ?
Hi @翼 , The error you are experiencing is due to the presence of an output layer in your network configuration that is not co...
2 días hace | 0
| aceptada
How to fit a noise signal in the shape of Lorentzian to a Lorentzian curve.
Hi @Yogesh, First download this function from link provided below. <https://www.mathworks.com/matlabcentral/fileexchange/3...
2 días hace | 0
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 3-by-1.
Hi @Jenny , To resolve the issue with the unrecognized variable m, you first need to define m and n based on the dimensions o...
2 días hace | 0
How to update PID after system identification with closed loop PID Autotuner?
Hi @Cem , After going through your comments, when you identify new PID parameters based on closed-loop performance, you are e...
3 días hace | 0
Error using delaunayTriangulation when calling mesh() on a pcbStack
Hi @Fernando , After carefully reviewing the following documentations provided at the links below <https://www.mathworks....
3 días hace | 0
problem playing a scene using actor blocks and 3D configuration block in simulink
Hi @Abolfazl , I first tried to understand error messages mentioned in your comments. _FFAdaptationExp Model 2024 Rotatio...
3 días hace | 0
| aceptada
field weakening of induction machine
Hi @mamad , After going through documentation provided at the link below <https://www.mathworks.com/discovery/field-weake...
4 días hace | 0
| aceptada
Why doesn't the frame rate drop with extra processing time per frame?
Hi @Yujie Luo , The observation that your effective frame rate remains around 450 FPS despite adding functions is intriguing....
4 días hace | 0
| aceptada
Code generation information file does not exist
Hi @Luca , It appears that you are facing issues with the build process in Simulink while working with Arduino hardware, spec...
4 días hace | 0
Need help with waypoint navigation code
Hi @SM, To address your query about the waypoint navigation code and its issues, I have broken down the problem, analyzed the...
4 días hace | 1
How to generate edge-information from a pde mesh?
Hi @Kun Cheng , To address your task of generating a list of all edges in a quadratic 3D mesh, I built upon the provided cod...
4 días hace | 0
| aceptada
How to pass parameter to a MATLAB program from Python ??
Hi @Tik Ho HUI, After going through documentation provided at the link below, <https://www.mathworks.com/help/matlab/matla...
5 días hace | 0
| aceptada
Use the plot function to set the curve transparency
Hi @Siri, After going through documentation provided at the link below, <https://www.mathworks.com/help/matlab/ref/plot.ht...
5 días hace | 0
How i can combine two or three 3D plot ? how get the template of such graph?
Hi @salim saeed, First define the range for the variables x and t using linspace, which generates linearly spaced vectors. Th...
5 días hace | 1
Help with time variation graphs versus time
Hi @Jose Martinez , You mentioned,”Can you help me on how I can obtain this type of graphs (see example), which represent amp...
8 días hace | 0
How to apply a legend to a graphed model array?
Hi @ Matthew Pompa , You mentioned, “ I have a created a model array of transfer functions using stack() and they are labeled...
9 días hace | 0
How to get the answer from the following code. How can i extract the values from the code?
Hi @sunitha kolasani , You mentioned, “I need to find the following :F = ((du/dy)-Nt*(d^2u/dy^2)) at y=0,J = -(i*(dh/dy...
9 días hace | 0
how to plot 4D figure to describe changing in ocean ?
Hi @Amal MM , After reading through your comments, it seems that your task involves visualizing oceanographic data, specifica...
10 días hace | 0
Hi, does anyone know how to generate the graph as shown below based on a torus? Thank you so much.
Hi @yuchen, You mentioned,”does anyone know how to generate the graph as shown below based on a torus?” Please see my resp...
10 días hace | 0
Find centre and diameter of the circles in the image
Hi @MechenG , You mentioned, _I am trying to find the centre (x,y) and diamter of the circles in the given image. I have play...
11 días hace | 0
| aceptada
Any alternative for diode to make the model linear for real-time simulation?
Hi @Varun, You mentioned, “I am optimizing matlab/simulink model to run in real-time. To make the model less computationally...
11 días hace | 0
| aceptada
Python - MATLAB not working: MATLAB cant find python environment, numpy not working, fooof not working
Hi @Vyte Jan, After going through your comments and reviewing the documentations provided at the links below, <https://w...
11 días hace | 0
MATLAB Vehicle Network Toolbox cannot send CAN messages on physical channels with Vector's hardware VN1610.
Hi Yongfu Zhang, You mentioned, _When using the vehicle network toolbox(Matlab 2024a update 6) with the vector's hardware VN...
11 días hace | 1
| aceptada
how to design radiation pattern of ideal dipole antenna
Hi @Syed Manaf Ali Shah, You mentioned, “how to design radiation pattern of ideal dipole antenna in matlab” Please see my ...
12 días hace | 0