Surath Ghosh
Followers: 0 Following: 0
Estadística
5 Preguntas
2 Respuestas
CLASIFICACIÓN
207.208
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
Feeds
Pregunta
How can I reduce the execution time of my code?
I wrote this code. it is working for m=32 and I am getting output with in 2 minutes. But if I am putting m=64, it is running. I ...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
Please help me to find the errors in my code for predictor corrector method.
I have written the code but it is unable to produce correct result. Can anybody help me to find the errors in the above code?
casi 3 años hace | 1 respuesta | 0
1
respuestaI got an error as symbolic function expected 3 inputs and received 1 in the line no 5 (g1{r}(u)=g1{r}(u)+(u{i}-u1(i))./5*chebyshevT(i-1,2*x(r)-1)). How can I fix that?
Thank you so much sir for your kind reply. I am using R2016a.
alrededor de 4 años hace | 0
Pregunta
I got an error as symbolic function expected 3 inputs and received 1 in the line no 5 (g1{r}(u)=g1{r}(u)+(u{i}-u1(i))./5*chebyshevT(i-1,2*x(r)-1)). How can I fix that?
m=3; u=sym('u',[1,m]); g1 = cell(m+1, 1); for r=1:m-1; g1{r}(u) = sym(0); for i = 1 : m+1 g1{r}(u)=g1{r}(u)+(u{i}-...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasHow can I store symbolic variables and symbolic functions in a array?
Thanks a lot Sir.
alrededor de 4 años hace | 0
Pregunta
How can I store symbolic variables and symbolic functions in a array?
How can I store symbolic variables and symbolic functions in a array?
alrededor de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
How can we define a function with variables which are in the for loop and function is also under for loop?
I want to define the function as For i=1:100 fi(x0,x1, x2, ....xi)=x0^2+x1^2+.....xi^2 end where for loop is on the function...
alrededor de 4 años hace | 2 respuestas | 0