photo

RAVIKIRAN YALAMARTHI


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

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
5 답변

File Exchange

1 파일

Cody

0 문제
59 답안

순위
3,632
of 301,513

평판
16

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
3

순위
15,287 of 21,312

평판
12

평균 평점
0.00

참여
1 파일

다운로드 수
3

ALL TIME 다운로드 수
125

순위
8,538
of 175,031

참여
0 문제
59 답안

점수
870

배지 수
8

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 1
  • Speed Demon
  • Knowledgeable Level 1
  • CUP Challenge Master
  • First Answer
  • Introduction to MATLAB Master
  • First Submission
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
A is a matrix , what does this statement A([1,end],[1,end]) mean ?
Simple example: A = [1 2 3;4 5 6;7 8 9] A([1,end],[1,end]) ans = 2 by 2 1 3 7 9 To call the elements...

거의 6년 전 | 1

답변 있음
Plot function shows an incomplete output
Create a linspace array which matches the log sclae for x- axis values. (Since, you set the xlim as [0.01,1000]) pe_plot = lins...

거의 6년 전 | 1

| 수락됨

답변 있음
How do I change the latex to equation in MATLAB answers?
short cut: ctrl+shift+L and write your equation in "Enter LaTeX equation code:" box. As soon as you entered you can see preview...

거의 6년 전 | 1

| 수락됨

답변 있음
Locating characters in a string array
In first step you are creating a string whose length is 102. In second step you are creating a array of 1:102. But, in a string...

거의 6년 전 | 0

답변 있음
F solve error, how can I fix it?
g = @(x,y) -(118/121)*x.^2 -(333/242)*y.^2 -(196/121)*x.*y +(63/121)*x -(361/242)*y -(724/121); h = @(x,y) (21/121)*x.^2 +(299/...

거의 6년 전 | 0