Hrusheekesh - MATLAB Central
photo

Hrusheekesh


Last seen: 2년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 07/22 to 01/25Use left and right arrows to move selectionFrom 07/22Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
7,291
of 296,446

평판
6

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
1

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
matrix multiplication with different sizes
hi kriti can you try this x=repelem(a,k); b=b.*x;

2년 초과 전 | 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) ...

2년 초과 전 | 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...

2년 초과 전 | 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(...

2년 초과 전 | 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...

2년 초과 전 | 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...

2년 초과 전 | 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...

2년 초과 전 | 0

Go to top of page