photo

Tipu Sultan


Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

15 질문
0 답변

Cody

0 문제
6 답안

순위
78,346
of 300,840

평판
0

참여
15 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,092

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
50,711
of 171,238

참여
0 문제
6 답안

점수
73

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Matlab online does not save my work.
I am using matlab online it does not save my work. So I am not getting intended results. What should i do , becuase refreshing ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I pass output of a function in another function
I have 2 function and one script. The script basically calls 'BallDetection' function and stores the output in 3 matrices as Zv...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I input more than one value in function
My function is as follows: function [R,A] = MyEKFFun(theta1,theta2,theta3,r1,r2,r3,t1,t2,t3,T) %% Function to implement Exte...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to implement an algorithm
Hello everyone! I want to implement an algorithm as follows: corresponding equation are as follows: where x is: ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Function Return only one value
My Code is as follows: function [X,Y] = MyEKFFun(theta1,theta2,theta3,r1,r2,r3,t1,t2,t3,T) S = [100 0 0 0 0 0; 0 100 ...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Implement following matrix using for loop
I want implement the following matrix and expression: %Big_lambda where theta,r,t are 1*3 matrix and a,b,p,q are 1*1 matri...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Implement the following matrix
I want implement a matrix which as follows: where i is a subscript in my it will be a for loop which execute i=1:3 and theta,...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to store values matrix in cell
Hello, I have an array as follows: t= [ 1 2 3 ]; A matrix as follows: M = [t^2 t 1 0 0 0; 0 0 0 t^2 t 1]; Now I ...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to add values from vertcat to a script
I have script which calls a function and the return values of the function are stored in this way: M = vertcat(C{:}); C is 1*9...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to store individual return value of a function
I want to store individeual return values to a variable The code is as follows: function tri=imageReadFromFolder() something!...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how do i find circular object
I want to find circular object from different images. The image is attched below:

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to find a circular object
I want detect the red ball in the image.I used a code to do so but it detected other object in the backgrond too with the ball. ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how do I detect object from a set of images
I am trying to detect an object from an image.My code is as follows: function tri=ball_detection() % A= imread('greyscale.jpg'...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Can I run a function in for loop
I am currently working on a project under which I have to capture a image then process the imge to obtain some data the whole co...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Implement a particular equation
Hello everyone , I am trying to use matlab where I have to implement a equation which is mentioned below; I tried to implement ...

대략 7년 전 | 답변 수: 0 | 0

0

답변