photo

Sujay Muniraju


Alma Mater Studiorum - Università di Bologna

Last seen: 대략 1년 전 2023년부터 활동

Followers: 0   Following: 0

0 or 1

Programming Languages:
Python, C++, C, Java, C#, MATLAB
Spoken Languages:
English

통계

All
MATLAB Answers

2 질문
0 답변

Cody

0 문제
5 답안

순위
134,775
of 297,589

평판
0

참여
2 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,461

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
47,100
of 159,227

참여
0 문제
5 답안

점수
72

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

1년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

1년 초과 전

질문


how to create a table with different datatypes [ex: char, string ,numbers ,image ] in a same column?
I need to create auto generated report, which includes text, numbers , and images in a coloum of the table. and then save it as ...

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

1

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1년 초과 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

1년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1년 초과 전

질문


How to update AppUI Edit Field Text from different script ?
I have above Percentage Text in AppUI.mlapp , with code with the separate function script getpercentage.m , I'm trying ...

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

1

답변