photo

Milan Bansal


Last seen: 4 jours il y a Actif depuis 2023

Followers: 2   Following: 0

Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistiques

  • 12 Month Streak
  • Knowledgeable Level 4
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

30 jours il y a | 2

| A accepté

Réponse apportée
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 ...

30 jours il y a | 0

Réponse apportée
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 ...

30 jours il y a | 0

| A accepté

Réponse apportée
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...

environ un mois il y a | 0

| A accepté

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 1

Réponse apportée
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 ...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 1

| A accepté

Réponse apportée
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 ...

environ un mois il y a | 0

| A accepté

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
add cell to arraycell
Hi Luca Re, I understand that you wish to add a new row in the cell array "oldList" whole first element is "sistema" but are fa...

environ un mois il y a | 1

Réponse apportée
Trying to create a polynomial formula from xyz chart data where x and y equate to a z value.
Hi Graham, I understand that you wish to fit 2D surface to your data which will accept the temperature and humidity and will pr...

environ un mois il y a | 3

| A accepté

Réponse apportée
Export to eps result is not the same as in the figure
Hi Mohammad, I understand that you wish to export your 3D figure in MATLAB into a .EPS file and are facing issues with it when ...

environ un mois il y a | 0

| A accepté

Réponse apportée
parpool memory allocation per worker
Hi Jeong Ho, Each worker in a parpool has its own independent memory space. They do not share memory directly with each other o...

environ un mois il y a | 0

Réponse apportée
Sorting array of sym
Hi Tanmaya To sort the symbolic array numerically, you can convert the symbolic expressions to their numerical equivalents befo...

environ un mois il y a | 1

Réponse apportée
Find the closest freq in a filterbank
Hi S, I understand that you wish to use the 3 filters from your filter bank which have their center frequency closest to the fr...

environ un mois il y a | 1

Réponse apportée
How to solve this problem combining sequences and reasoning using code?
Hi 代丝 The code attached in the question produces the following error: "Error using mat2cell Input arguments, D1 through D2, m...

environ un mois il y a | 0

Réponse apportée
How to predict with 1Dconvolution layers: get 3 channels to produce one output?
Hi Isabelle Museck, The error you're encountering is due to a mismatch between the number of channels in your predictions and t...

3 mois il y a | 1

| A accepté

Réponse apportée
Empty pdf if table is saved as pdf
Hi Chris Pruefert, I understand that you want to export a table create in MATLAB as a pdf but are facing issues with it. Inste...

3 mois il y a | 0

Réponse apportée
Could not find a feasible initial point gamultiobj function
Hi muhammad ilyas khattak khattak, I understand that you are encountering an error while performing optimization by Genetic Alg...

3 mois il y a | 0

Réponse apportée
How can we get the latitude and longitude of the pixels of a georeferenced image in MATLAB and put them in separate matrices?
Hi Hamed, To obtain the latitude and longitude of the pixels of a georeferenced image in MATLAB and store them in separate matr...

3 mois il y a | 0

Réponse apportée
How to code double pendulum by using rk4
Hi numpy, I understand that you want to simulate the motion of double pendulum in MATLAB using RK4 method but are facing issues...

3 mois il y a | 0

Réponse apportée
Saving figure as .svg alters appearance
Hi Marleen, The issue with the blue patch extending beyond the intended x-axis limit when exporting to .svg can be addressed by...

3 mois il y a | 1

| A accepté

Réponse apportée
Media Pipe Python Interfacing with MATLAB
Hi Morrison, It sounds like you're encountering issues with Python path configuration and version mismatches between MATLAB and...

3 mois il y a | 0

| A accepté

Réponse apportée
Figure Not Displaying Properly
Hi Isabella, I understand that you wish to wish to visualize the images in the subplots such that the images should not be scal...

3 mois il y a | 1

| A accepté

Réponse apportée
How to plot the Acceleration as a function of Frequency?
Hi Sarah Jæger, It is possible to plot the acceleration vs frequency graph. To plot acceleration as a function of frequency, it...

3 mois il y a | 0

Réponse apportée
I have a problem involving textbook MATLAB and use of handles and functions
Hi DJ V, Here are the answer to your doubts. Is "fred" an appropriate handle reference? In MATLAB, a handle is typically an o...

3 mois il y a | 0

Réponse apportée
How to calculate one parameter in SIR model if we know the infinite condition?
Hi Xinyi Zhou To estimate the transmission rate of an infection using the SIR model (Susceptible, Infected, Recovered) using M...

3 mois il y a | 0

Réponse apportée
Unable to import camera parameters or intrinsics to Simulink simulation
Hi Dylan To import the CameraParameters structure into Simulink, you need to use a format that Simulink supports. The From Work...

3 mois il y a | 0

Charger plus