photo

Ayush


Last seen: 2 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
84 Respuestas

CLASIFICACIÓN
413
of 300.321

REPUTACIÓN
194

CONTRIBUCIONES
0 Preguntas
84 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
61

CLASIFICACIÓN
 of 20.913

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.093

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to implement meanshift segmentation
Hi Milash, To implement mean shift segmentation on HSV images, you can follow these steps: Convert the RGB image to HSV color ...

2 meses hace | 0

Respondida
What are all the ways to use name-value arguments in MATLAB code?
Hi @Nitu, There are various ways for implementing name-value arguments. Some of the ways are as follows: options argument fu...

2 meses hace | 1

Respondida
Multiple Input Multiple Output Gaussian Regression Model
Hi @hanqiu bao, Yes, MATLAB provides a function called fitgmdist that can be used to create a Multiple Input Multiple Output (M...

2 meses hace | 0

Respondida
Matlab does not have >> in the commend window.
Hi @Benson Gou, I understand you are facing issue with MATLAB UI and interface. The issue you are experiencing is likely due ...

2 meses hace | 0

Respondida
Creating MP4 with Audio
Hi @Amir-Homayoun Javadi, I understand you are having difficulty in creating MP4 videos with audio using "vision.VideoFileWrite...

2 meses hace | 0

Respondida
Create masks from polygon ROI using DICOM images
Hi @Valentina Panci, I understand you are working with polygon-based ROI segmentation from DICOM images using the "Image Labele...

3 meses hace | 0

Respondida
How to design a MPC controller
Hi @Pablo Horrillo Quintero, I understand that you are designing a Model Predictive Controller (MPC) in MATLAB with three manip...

3 meses hace | 0

Respondida
Two-Level AFE Control Not Working with Resistive Load and Non-Zero Negative Vd Using SOGI Filter
Hi @Thangamuthu, I understand that you are experiencing issues when transitioning from an energy-buffered load (battery) to a p...

3 meses hace | 0

Respondida
Implementation of Overmodulation in svpwm
Hi priya, I understand that you are using FOC with SVPWM and trying to implement two-zone overmodulation where you want to enab...

3 meses hace | 0

Respondida
IS OPC UA a lot slower than OPC DA?
Hi Swantje, I understand that OPC UA can appear slower than OPC DA especially in basic tests like the one you mentioned above. ...

3 meses hace | 0

Respondida
Motion analysis in captured video
Hi Sushma, I understand you are trying to segment motion caused by camera (ego-motion) from motion in the environment. Since...

3 meses hace | 0

Respondida
SGE and matlab_metadata.mat
Hi Marcin, I understand you are encountering a known issue with distributed jobs in MATLAB R2010b under Sun Grid Engine (SGE). ...

3 meses hace | 0

Respondida
USRP2 MatLab Implementation Problem
Hi sunil, I understand you are working with "USRP2" communication using MATLAB R2010b and Simulink, and while transmission fro...

3 meses hace | 0

Respondida
can we run python deep learning libraries in MATLAB?
Hi Siva, It is not possible to run modern Python deep learning libraries in MATLAB R2007 as MATLAB added official Python integr...

3 meses hace | 0

| aceptada

Respondida
VNT empty timetable as result of receive J1939 Channel
Hi Greg, I understand that you are encountering an empty timetable because your "J1939" channel isn't decoding any parameter gr...

3 meses hace | 0

Respondida
MATLAB prints Excel to pdf in wrong size
Hi Ali, I understand that you are facing issues with the margin and size of the document in the generated pdf file. You can try...

4 meses hace | 1

Respondida
Error bars on a geoplot
Hi Sam, I understand you need to plot errors on the graph and you are correct that MATLAB doesn't directly support overlaying C...

4 meses hace | 0

Respondida
patches and overlapping alpha values
Hi Matthew, When two semi-transparent patches overlap, the colors blend according to the alpha compositing rules. In your case,...

4 meses hace | 0

Respondida
How to write a list of tree vertices base on its degree
Hi @fatem portosi, You are trying to traverse a tree and output a list of vertices such that: You start from a leaf node (a no...

4 meses hace | 0

Respondida
Adding noise to a sine wave signal and filtering that noise ?
Hi @Abdelaziz Elgaafary, To plot a sine wave signal without a noise and then adding a noise, follow these steps: Generating ...

4 meses hace | 0

Respondida
How to decode IQ data from eCPRI interface(option 7-2)
Hi Wenhua, In an eCPRI log, you would have seen I- and Q- samples packed as fixedwidth signed integers (here: 9 bits each). To...

4 meses hace | 0

Respondida
Why dopplershift function still output non-nan value when stellite and groundstation theoratically can't access each other?
Hi @诗弘, The short answer is that, under the hood, dopplershift will compute the instantaneous frequency shift any time there is...

4 meses hace | 0

| aceptada

Respondida
How can i use the Monitor & Tune function at high Frequency?
Hi Vizag, You are absolutely right to suspect that you're hitting limitations with the XCP over serial (UART) when increasing y...

4 meses hace | 0

Respondida
how to form dc microgrid cluster
Hi @Anik, I understand you are having 3 microgrid models in Simulink and want to know how to connect them so that they can shar...

5 meses hace | 0

| aceptada

Respondida
How can I change the number of ports for VariantSource programmatic?
Hi @Martin, I understand you need to change the number of ports for the "VariantSource" block and "set_param" is a read-only fi...

5 meses hace | 0

Respondida
wich Matlab-Simulink version support FMU co-simulation ver. 1.0 ?
Hi @Amer, I understand you are using Simulink R2024b and are looking to export an FMU in version 1.0. Simulink only supports e...

5 meses hace | 0

Respondida
Straightening a curved cylindrical structure
Hi @Cat-22, I understand you need to transform a curvy cylinder structure in MATLAB and interpolate the internal values, if req...

9 meses hace | 0

Respondida
Cannot convert logical to casadi.SX
Hi @Shuhul Razdan, I understand you are trying to implement if statements for CasADi symbolic variables in MATLAB. Here is the...

9 meses hace | 0

Respondida
Create a simulink model to plot the derivative of a step signal in a scope.
Hi @Abhaykumar, To plot the derivative of a step signal in a scope, you can use derivative block and step function block and sc...

10 meses hace | 1

Respondida
Vertcat Error in creating a junction
Hi @Joshua, In order to investigate the error, you need to provide the required files such as 'bnnt_L.xyz' as running your code...

10 meses hace | 1

Cargar más