photo

Angshuman Podder


Last seen: alrededor de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
1 Respuesta

CLASIFICACIÓN
157.937
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
Need 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)); ...

más de 4 años hace | 0

Pregunta


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...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas