Community Profile

photo

Alireza


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

2 years ago | 2 answers | 0

2

answers

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

2 years ago | 0

Question


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)',...

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer