photo

Osman Ballhysa


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
199,117
of 297,527

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


error: Out of memory. The likely cause is an infinite recursion within the program.
function y = my_sin(x,n) if n<=0 %if y=0/neg. Numer -->y=0 y = 0; elseif n~= floor(n) %if y= ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how do i solve this summation ?
how can i solve this summation ? everybody here on the community seems to hate symsum, so what´s the alternative . Please he...

4 years 前 | 2 个回答 | 0

2

个回答

提问


symsum gauß, how to calculate sum of series ?
Hello everyone, so this is what i was working on , function y = sin(x,n) if n<=0 %if y=0/neg. Numer...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Sum of even numbers
this is what i was trying function s = test(n) if n <= 0 %for n<= 0 the result would be 0 s = 0; elseif % if n is a de...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to filter out decimals
function s = Fnkt(n) syms k x s = symsum(k,k,0,n); if s<=0 s = 0; end Can somebody help me figure out, how do i filter ...

4 years 前 | 1 个回答 | 0

1

个回答