Milind Amga
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
66.117
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
9.702 of 20.247
REPUTACIÓN
67
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
5 Archivos
DESCARGAS
17
ALL TIME DESCARGAS
670
CLASIFICACIÓN
90.504
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
data extraction from f06 file
Can anyone help me out in extracting the data highlighted in yellow? The data highlighted is part of matrix of order 5X5. Each l...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to label the curve instead of using legend?
I wrote a code to plot a lot of graphs but while visualizing it becomes difficult to accertain which curve I am looking at, as s...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I get only damping and frequency column?
My aim is to extract only numeric values in Damping and Frequency column only. The file, from which I am trying to extract data ...
más de 2 años hace | 1 respuesta | 0
1
respuestaEnviada
Milne's Method
A predictor-corrector method for solution of ordinary differential equations.
alrededor de 3 años hace | 2 descargas |
Enviada
Inverse Power Method
This method is used to find the smallest Eigen value in modulus of the given matrix by employing power method to the inverse mat...
alrededor de 3 años hace | 4 descargas |
Enviada
Fixed point iteration method
Please refer to description to understand working procedure of the method. Instructions to use the code are provided within the ...
alrededor de 3 años hace | 4 descargas |
Enviada
Chebyshev method
It is a numerical method to find the roots of Algebraic and Transcendental equations.
alrededor de 3 años hace | 1 descarga |
Enviada
Aitken's delta square method
Aitken's delta-squared method or Aitken Extrapolation is a series acceleration method, used for accelerating the rate of converg...
alrededor de 3 años hace | 6 descargas |
Pregunta
How to stop figure window from popping up.
I get a figure window popping up when I try to plot two graphs both on same gui window with two y-axes. Can anyone please tell m...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Givens rotation method to find eigen values
The below code is to obtain eigen value with the help of Givens rotation method, where the matrix is converted into tridigonal f...
casi 4 años hace | 1 respuesta | 0
1
respuestaThe roots for an equation containing tangent
@Image Analyst Could you please have a look at my code too? Edge detection using sobel method
alrededor de 4 años hace | 0
Pregunta
Edge detection using sobel operator
Can anyone point out what's causing the error in the code below? Below is the code for detecting edge using sobel operator. T...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Audio mixing using mixed mode arithmetic
Can anybody help me with this problem? (using mixed mode arithmetic) Also, if possible, could you explain it ? Thank you for y...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Name-value pairs
Can anyone point out the solution to the error shown below (in the end)? Thank you in advance. function output = name_valu...
alrededor de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Chebyshev method for finding root
This code is for finding root of an equation. But this runs into an error saying, unable to convert expression into double array...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 4 años hace
Pregunta
fixed point Iterative method for finding root of an equation
The code below gives the root and the iteration at which it occur. The code goes into an infinite loop when the function contain...
alrededor de 4 años hace | 3 respuestas | 0