photo

Ajit Kasturi

MathWorks

Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

I want to learn new emerging computing concepts related to robotics, data science and artificial intelligence and use those skills in real life applications to make a difference. I also love competitive programming.
Disclaimer: Any articles/ideas/opinions here are my own and in no way reflect that of MathWorks.

통계

MATLAB Answers

0 질문
5 답변

순위
5,135
of 300,364

평판
10

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to set up the condition if the accuracy for e should be of 10^-14?
Assuming you want to loop until the accuracy e is of the order 10^-14 you can do the same for e_bar also: a=6378137; %semi-m...

5년 초과 전 | 0

답변 있음
How to set the matrix of the .mat file to double or other types?
I assume that you have structs inside the matrix of your .mat file. If you want some element x which is a double or some other t...

5년 초과 전 | 0

답변 있음
Correct Usage of uiwait and uiresume in MATLAB App Designer
Hi, Go through the following resources available for uiwait and uiresume in MATLAB App Designer: https://blogs.mathworks.co...

5년 초과 전 | 0

답변 있음
How can I choose the Inputs in the input dialogue box and enter value of the selected ones ?
I have made some changes in your code and I think it is working fine now. I have just added items to prompt and definput dynamic...

5년 초과 전 | 1

| 수락됨

답변 있음
Manual Weighted Least Squares Estimation
Assuming that you are asking whether division of each element of the matrix works, Yes it does. You can divide/add the constant ...

5년 초과 전 | 0