![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17472414_1581023634137_DEF.jpg)
Angshuman Podder
Followers: 0 Following: 0
Statistiques
RANG
164 977
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Feeds
Question
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 4 ans il y a | 1 réponse | 0
1
réponseNeed 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)); ...
presque 4 ans il y a | 0
Question
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 2 réponses | 0