Saiprasad Gore
Followers: 0 Following: 0
Statistik
RANG
288.762
of 295.448
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
17.855 of 20.227
REPUTATION
2
DURCHSCHNITTLICHE BEWERTUNG
1.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
23
RANG
of 153.872
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
Gesendet
prog_plot(x,y,points,speed)
This function can be used to plot a 2D graph, progressively.
mehr als 6 Jahre vor | 1 Download |
Frage
How to minimize RAM utilization in GA Optimization tool ?
I want to use GA optimisation to minimise my function. My main function , which I am using to minimise the quantity is: ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to merge 2 saved figures one above the other?
I have 2 .fig files, I want to combine them to 1 .fig file.
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is there any substitute to collect subs and eval ?
I am using ode45 to solve an equation. Follwing line is from the parent file where I call my function. I am passing all the r...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use symbolic variable in another equation?
I have stored symbolic expression in 'xg'. Now I want to perform symbolic operation using ode45() on an equation in which I h...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How do I write part of a equation which is predefined in a variable?
syms t; vg= int( f*sin(o*t)/m); xg= int(vg); Is storing the integrated form of my equation in symbolic form i...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to run a m file in a function which is called in another m file?
I want to Load variables taken from a user in a function. I could think of two ways. 1) I created a m file to take user i...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to run a m file in a function which is called in another main m file?
I want to Load variables taken from a user in a function. I could think of two ways. 1) I created a m file to take user input...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to give ode45 just 1 time step?
If I give only one step by tspan = 0:0.01:0.01; then it takes many smaller steps automatically between 0 and 0.01 How can I...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
In which format a differential equation is required to use dsolve() solver?
I want to solve two simultaneous second-degree differential equations. Which solver can I use for it? If I use dsolve, in which ...
mehr als 7 Jahre vor | 1 Antwort | 0