photo

Alireza


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

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


I want to extract w and x from this code, but unfortunately i cant and it gives me only 1 answer.
function [sol]=numintla(fun,n) [xx,w]=gaussla(6); % Call the gaussla.m file sx=size(xx,1); sol = 0; for i=1:sx, x=xx(i)...

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

2

respuestas

Respondida
I want to fix this Error : Out of memory. The likely cause is an infinite recursion within the program.
actually from this code i want to extract x , w. I copy this code from a paper but it seems that it does not match with that co...

más de 2 años hace | 0

Pregunta


I want to fix this Error : Out of memory. The likely cause is an infinite recursion within the program.
numintla.m function [sol]=numintla(fun,n) [xx,w]=gaussla(6); % Call the gaussla.m file sx=size(xx,1); sol=numintla('sin(x)',...

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

2

respuestas

Pregunta


I have a system of ODE equations. In the function file when I had to define Zero Array, I get an error for matrix array. How can I fix it?
clc; clear; close all; global k1 k2 k3 k4 Cp Re k We De MuR delt n bta yii www Cp=0.5; Re=.5; We=.2; De=1; k1=10; k...

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

1

respuesta