photo

Alireza


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변