photo

Alireza


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答