Angshuman Podder
Followers: 0 Following: 0
Statistik
RANG
198.055
of 295.486
REPUTATION
0
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
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
Ternary plot (Contour lines)
Hi, I am trying to draw some contour lines of a ternary phase diagram. I am currently just using closely spaced digitized points...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to code a certain part of this equation?
I am trying to write a code for solving population based equations (PBEs) using cell average technique (CAT) by Kumar et al. (20...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use Eventfunction for this ODE set?
The main variables are R and N. I want to switch between the functions externally or internally. I know Event function ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortNeed help creating a loop
Replace t with t(k). clc clear Dg = 100; Vd = 50; ka = 1.8; ke = 0.1; t = 0.1:.1:24; Cp = zeros(1,length(t)); ...
mehr als 3 Jahre vor | 0
Frage
Optimizing ODE solver performance for very small step size
Hi, I have a function (containing 2 diff. eqns) that needs to be solved. Unfortunately, the time step needed is 1e-11. I think t...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Calling a function normally vs feval
I have a script containing equations getting passed to lsqnonlin. Some of the equations need to call functions while they are be...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subfunctions in optimization objective function
Hi, I am trying to use the fmincon function for a minimization problem. I am trying to minimize the total gibbs energy of the s...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing files to .csv
Hi, I am curious to know about the execution speed of a task I want to perform. I have a lot of data (variables) to store that i...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Function running slow than scripts when placed in a 'for loop'?
I am trying to execute a program which has a function being called in a for loop, say: %version1 for i =1 : 1000 x = myfu...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
R2015a plot problem with ticklabel definition
x = 0:0.01:20; y1 = 200*exp(-0.05*x).*sin(x); y2 = 0.8*exp(-0.5*x).*sin(10*x); figure % new figure [hAx,hLine1,hLine2] = p...
fast 5 Jahre vor | 2 Antworten | 0