photo

AMIT


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
1 Réponse

RANG
12 322
of 301 478

RÉPUTATION
4

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 296

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 719

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Réponse apportée
problem with loops and conditional statements
the problem is with the statement Y(i+1) = Y(i) + 1; in the second iteration it is trying to update the Y(3) with Y(2)+1 when du...

plus d'un an il y a | 0

| A accepté

Question


how to azimuthally average a N*N data ?
I have a 291*291 velocity data from LES . I want to azimuthally average the data so that for any angle from the origin at a pa...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Fit Multiple gaussian curve on data with flat tops
How to fit double gaussian curve for this data set which is flat at some domains?

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


how to plot the data over an image of graph to validate the data?
I want to plot the data that i got from my simulation over this graph to validate it. I want to know how to do it?

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


ploting 1D eigenvector using ffmatlib
I want to know is there any way to plot 1d eigenvector in MATLAB. I am exporting the matrices from freefem++ and solving them...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


getting warning while using eigs on the matrices obtained from freefem++
I am trying to solve for the temporal stability of the incompressible viscous plane poiseuille flow using freefem++. When i imp...

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


how to plot eigenvector calculated from eigs from the matrices created by freefem++
How to plot the eigenvector calculated from eigs from the matrices created by freefem++?

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


how to read .mesh file created in freefem in MATLAB
I want to read a .mesh file ;created in freefem++; and read it in MATLAB. Is there any function for it as ffreadmesh() doesn't ...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Is there any problem with secant method in this code as i am not getting the required plot
clear i=1; error=0.0001; C=zeros(100,1); aC=zeros(100,1); for a=0.01:0.01:1 span=3.6; yspan=[-span span]; k=...

environ 3 ans il y a | 1 réponse | 0

1

réponse