photo

Hrusheekesh


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
8 个回答

排名
7,408
of 299,772

声誉
6

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
matrix multiplication with different sizes
hi kriti can you try this x=repelem(a,k); b=b.*x;

3 years 前 | 0

| 已接受

已回答
Averaging elements for a cell within a cell array
where c is your cell. clc c={[1,2,3];[2,3,40];[34,21,35];[2,7,5];[33 67 89]}; p=[]; n=size(c{1}); m=size(c); for i=1:n(2) ...

3 years 前 | 0

已回答
generate pair numbers randomly
hi ananya, it is my understanding that you want to create a array of pairs with random vaues. but is there any constraints like...

3 years 前 | 1

已回答
I want to need (maxY(:,1)) for different value of k, how the for loop will help?
Hi sahil, what you can do is send the values of k in a array. k =[0:0.1E-3:3E-3]; r=[]; for i = 1:size(k) [T,Y]= ode45(...

3 years 前 | 0

已回答
run matlab on cloud platform
Hi Ishitha, You can run MATLAB on cloud platforms, but you must check your license agreements for the support. For more inform...

3 years 前 | 0

已回答
Find intersection of points in a graph
Hi chinmayraj, You can refer to this page to find the intersection of two curves. You can also subtract the two curves and get...

3 years 前 | 0

已回答
how to make symbolic variable by loop as we want
Hi verma, I understand that you want to create multiple symbolic variables with one command. The following example will ill...

3 years 前 | 0