photo

Prithvi Shams


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
2 답변

순위
139,923
of 297,457

평판
0

참여
2 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
function indices = saddle(M) B = size(M); idx = 0; A = []; %% for i = 1:B(1) for ...

거의 5년 전 | 0

답변 있음
Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
Here's my version of the code. While the problem can be solved with movsum() in a single line, it's recommended to utilize if a...

거의 5년 전 | 0

질문


What is wrong with this code?
I would like to plot the following function where, Ao = 0.2, E = 181e9, Beta = 200, Vo = 0.5 and Va = 0.85. The objective i...

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

1

답변

질문


Why does my function keep returning zero?
In the following code, my objective is to plug different values of T and alpha into the functon and calculate y for two situatio...

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

1

답변