Milan Bansal
Followers: 2 Following: 0
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Estadística
0 Preguntas
152 Respuestas
CLASIFICACIÓN
359
of 295.448
REPUTACIÓN
224
CONTRIBUCIONES
0 Preguntas
152 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
34
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Feeds
I tried to apply 'emd' function on image to get output image with IMFs selected. But got stuck at the errors. Thanks in Advance.
Hi D.Regan, The error you are encountering in the "reshape" fucntion is due to the mismatch between size of imf_mat and the sha...
2 meses hace | 0
Ternary plot (Contour lines)
Hi Angshuman Podder, I understand that you wish to plot the smooth contour lines instead of marker points in the ternary phase ...
2 meses hace | 0
How to optimize image cropping?
Hi Valentina, The variables I and IOB is your program are large matrix whose data type is "double" by default which can cosume ...
2 meses hace | 0
How to change last layer of Resnet50 in Deep network designer App
Hi Med Future By default Resnet50 is used for classification of 1000 classes. If you wish to modify the model such that it can ...
2 meses hace | 0
How to calculate the mean integrated curvature of an ellipsoid?
Hi Johan Zúñiga To calculate the mean integrated curvature of an ellipsoid, you need to evaluate the integral of the mean curva...
2 meses hace | 0
| aceptada
Contour plot with polar stereoghapic projection in north hemispehere above 60 degree latitude
Hi Madan Kumar It looks like you're on the right track with using the m_map toolbox for polar stereographic projection. However...
2 meses hace | 0
How do I add isocaps to the other voids/around a gyroid?
Hi Kabo To add isocaps to all the remaining voids in your gyroid structure for better meshing, you can adjust your MATLAB code ...
2 meses hace | 0
I'm trying to solve a 2nd order ode with ode45, but have no idea where to start.
Hi Jhryssa, Here is how you can solve the given ODE. Convert the second-order ODE into a system of first-order ODEs: MATLAB's ...
2 meses hace | 1
| aceptada
Hodrick-Prescott filter with smoothing factor as parameter
Hi Giacomo I understand that you are facing an error while trying to parametrize the Hodrick-Prescott filter with different smo...
2 meses hace | 1
| aceptada
Why is it when I am adding a number to array, the single number overrides array
Hi Charles Bradford This behavior is due to the limitations of floating-point precision in MATLAB . The elements in "lownutant"...
2 meses hace | 2
plotting data to get mahalanobis and eucledian distance
Hi nirwana Classification using Euclidean distance and Mahalanobis distance can indeed yield different results. Here's why: Eu...
2 meses hace | 0
how to use matrix pencil or prony in matlab
Hi uzzi Here is how you can use the Prony's method to design a filter to find the external frequency and damping values. Impo...
2 meses hace | 0
seven band equalizer filter
Hi Noman I see that you wish to create a 7 band equalizer with the given specifications. To design a seven-band equalizer usin...
2 meses hace | 0
How to plot training progress for CNN architecture in App Designer axes?
Hi Nurul Atikah Mazlan I understand that you wish to plot the training-progress of a neural network in the your app window but ...
2 meses hace | 0
How to create binary image mask if my data image have multiple lesion in 1 image?
Hi Dayangku Nur Faizah Pengiran Mohamad I understand that you wish to select multiple lesions in a single image using drawfreeh...
2 meses hace | 1
Why might you want a class to have the sealed attribute?
Hi Aaron Coville The sealed attribute in MATLAB prevents a class from being subclassed (inherited from). When a class is marked...
2 meses hace | 1
| aceptada
negative values in the output of the neural network
Hi Álvaro Improving the performance of your neural network in MATLAB when using nntraintool can involves several strategies. He...
2 meses hace | 0
Data format error with training a ResNet for semantic segmentation
Hi Jannik Menke, From the mentioned error, I understand that the program is not able to minibatches due to differences in data ...
2 meses hace | 1
| aceptada
How do I get past grid parameter restrictions when trying to create custom training data for a YOLOv4 LIDAR object detection network?
Hi @Nick Angle I understand that you wish to translate your point clouds to a new orgin to select the desired region of interes...
2 meses hace | 1
| aceptada
How to format cell font size, font color, and alignment in Excel from Matlab GUI program
Hi Hazem Kamel, To format the cells in an excel sheet using MATLAB, you can use the actxserver. This will open an instace of Ex...
4 meses hace | 2
| aceptada
how to write a code on matlab for a function that runs until she gets a regional answer
Hi omer To make the function keep asking for a valid value for "betamount" until a valid value for "betamount is entered", you ...
4 meses hace | 0
how to reduce blob analysis rate in video so that object counting can happen every 3 seconds
Hi Ashokraj I understand that you wish to detect objects and count them every 3 seconds instead of 30 times in a single second ...
4 meses hace | 0
| aceptada
How to calculate right parameters for 3-phase two winding transformer Simscape Block?
Hi Artem I understand that you are trying to configure a 3-phase two-winding power transformer in Simscape and are confused abo...
4 meses hace | 0
| aceptada
Template matching between 1d frequency curves using normxcorr2
Hi David Santos, To perform template matching between 1D frequency curves in a more efficient way, you can use 1D cross-correla...
4 meses hace | 0
Looking for bug in a graphics program for plotting dipole fields
Hi David Gabriel, I see that you are trying to plot electrict field lines and equipotential points but you are only able to plo...
4 meses hace | 0
How to do skull stripping when the skull in the image is not complete?
Hi Eudora, I understand that you wish to remove the skull area in order to isolate the tumour from the MRI scans but are facing...
4 meses hace | 1
using element in a vector imported from workspace in simulink
Hi Elinor Ginzburg, As per my understanding, you are facing an error while calculating the square root in a custom function in ...
4 meses hace | 0
Training Data type error for a CNN using trainnet function
Hi Zowie Silva, I understand that you are facing an error while using trainnet function for training a sequence-to-sequence neu...
4 meses hace | 1
| aceptada
Fit meta data to a custom equation
Hi Yang Hu, As per my understanding you wish to fit a each column of x with given y and determine the S and P parameters along ...
4 meses hace | 0
| aceptada
How to plot the polarisation distributions in bessel poincare beam showing all singularities present in them
Hi Aswathi K You can use the quiver plot in MATLAB to plot the arrows with specified directional components at the specified Ca...
4 meses hace | 0
| aceptada