reema shrestha
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
40.140
of 295.467
REPUTATION
1
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Image analysis of brain image
I have a small project to do on Image Analysis. I have an excel file for different 6 different pixels and frames for intensiti...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
numerical simulation of Inverse law for orbital motion using rk4 method
I a trying to simulate orbital motion of Earth and Sun using RK4 method. For r^2,I got an eliptical orbit but the velocities don...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to find and mark the value of local minimums in a graph of multiple data ?
I have a graph of multiple data taken experimentally. Now I want to find the troughs of the graph. I want to show the value of l...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to record audio using MATLAB?
I tried to record audio using microphone using the following code. recObj=audiorecorder(8000,8,1); disp('Start speaking.')...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Solving Lorenz attractor equations using Runge kutta (RK4) method
I am trying to write a code for the simulation of lorenz attractor using rk4 method. Here is the code: clc; clear all; ...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
dsolve the second order differential equation in Matlab 7
I am a beginner in MATLAB. I've been trying hard to solve the 2nd order ode using dsolve but I get error 'The 'implicit' option ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
rounding function for converting it to an integer value.
I am a beginner to MATLAB. I am trying to solve one of the problems from the book I am practicing MATLAB and the problem is ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve the varying length of strings of double pendulum in the simulation?
In my code,while the simulation is running,the length of the strings vary though the lengths are constant in the code. How can I...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use comet to trace the path of an object?
I am writing a code for the simulation of double pendulum and i need to trace the path of the bob. But I am having trouble with ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the derivative of the function at some value of x?
I am trying to write a code for the Newton-Raphson iteration method. So at first i created a function function y=f1(x) y...
mehr als 7 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How to run the animation of double pendulum chaotic nature?
I was writing a code for simulating the chaotic nature of double pendulum using runge-kutta 4th order method. First of all,i wro...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error while using syms in matlab
I am a beginner to the Matlab and currently using Matlab7. I tried with the basic example of solving a polynomial equation. ...
mehr als 7 Jahre vor | 1 Antwort | 0