photo

Oluwaseun Lijoka


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
36,772
of 300,379

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


pde23t error in chebfun
Hello there, I am using chebfun to approximate a system of pde but I discover that the pde23t solver does not allow any other ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


function on separate interval
Hello there, I have a function f(x,t) defined on (0,1). The function is however discontinuous at x=1/2 such that we have two s...

9 years 前 | 1 个回答 | 1

1

个回答

提问


How do I generate a vector of ordered integer without a loop or in faster way
I have to generate a vector 0123123451234567123456789 and the quickest idea was given by cyclist M=[0]; for ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How do I create a faster ordered vector without for loop
I discover that this pseudo code within my code makes my program slow probably because of the for loop and the fact that JJ is n...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How do I generate a vector of ordered integer
I want to generate a vector of the form [1 2 3 1 2 3 4 5 1 2 3 4 5 6 7 1 2 3 4 5 6 7 9] with simple matlab code.

10 years 前 | 1 个回答 | 0

1

个回答

提问


How can I use vectorization to speed up the following code
I have the following code. x, y and t are variables. M is a big number and I discovered that the double loop will take a longer ...

10 years 前 | 1 个回答 | 0

1

个回答