photo

Darshan Sen


2019년부터 활동

Followers: 0   Following: 0

메시지

I am a Computer Science undergraduate pursuing a degree.
Mathematics, Machine Learning and Data Science interest me.
One may find me battling in various competitive coding sites.
I also like working on various innovative projects.

통계

MATLAB Answers

0 질문
7 답변

순위
2,542
of 300,365

평판
24

참여
0 질문
7 답변

답변 채택
0.00%

획득한 표
4

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How can I make each pair of pixels from the matrix in a row major order?
Hello Subroto. I have used a couple of steps to convert A into a vector of paired up pixels and stored it in A_paired. >> A=[43...

거의 6년 전 | 0

| 수락됨

답변 있음
good morning everyone can anyone answer me this question ? i have an error in the matlab code
Hello No Freed. First error: line 10: pan_ray_total should be pan_ray_tot instead as that's the name you used at line 5. Secon...

거의 6년 전 | 0

답변 있음
Having trouble with my conditional if statement for a structure
Hello AStar. You were very close to solving this problem. You had to use the square brackets in the function mean just like you...

거의 6년 전 | 0

| 수락됨

답변 있음
How do i find x in an equation using the solve command?
Once you have the Symbolic Math Toolbox add-on, you may solve the equation like this syms x eqn = x - 2 == 0; solx = solve(eq...

거의 6년 전 | 1

| 수락됨

답변 있음
Helped needed in Fibonacci Sequence code
Hello Cici. We can solve this by introducing another variable count into the function as shown below. function[F_n, count] = Fi...

거의 6년 전 | 0

| 수락됨

답변 있음
creating a matrix from a column vector
Hello Sam. I guess we can solve your problem using the reshape function that MATLAB provides. I'll walk you through a very simp...

거의 6년 전 | 2

답변 있음
function on if and for loops
Your question doesn't seem very clear to me. x1 and x2 are not clearly defined. Assuming, you want to define a function that ta...

거의 6년 전 | 1