Angshuman Podder
Followers: 0 Following: 0
Statistics
RANK
198 055
of 295 448
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 3 år ago | 1 answer | 0
1
answerNeed 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)); ...
mer än 3 år ago | 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...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 2 answers | 0