photo

Abhijit Nayak


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

Followers: 0   Following: 0

메시지

Programming Languages:
C++, MATLAB
Spoken Languages:
English

통계

MATLAB Answers

0 질문
8 답변

순위
3,605
of 300,381

평판
16

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to display a result
h=[10 20 30]; [m,n]=size(h); for i=1:n f=h(i).^3+2*h(i)-h(i).^2; fprintf("The value at "+h(i)+"m is %f\n",f); end...

3년 초과 전 | 0

| 수락됨

답변 있음
How to replace numbers in a matrix with another number?
I guess from my understanding of your question that you just want to replace the values with 0 if their magnitude is less than a...

3년 초과 전 | 0

| 수락됨

답변 있음
How to fix the figure plot always being above on the screen?
From your query, I can guess you want to position the plot graph at some point on the screen which would help you to debug your ...

3년 초과 전 | 0

답변 있음
how to resize a matrix two pair of two numbers stacked together?
According to my understanding you want to arrange the odd and the even numbers from a 1-D matrix into a 2-D matrix but with a ce...

3년 초과 전 | 0

| 수락됨

답변 있음
Merging Cell Array Elements with cellstr
I understand you want to automate merging of columns for a given matrix by using ‘cellstr’ function. The following code would wo...

3년 초과 전 | 0

| 수락됨

답변 있음
how do i write a scrip for finding the loop of sin figures
This is a method of finding square-root of a number using Babylonian Method. The following code is for your required significa...

3년 초과 전 | 0

답변 있음
Split 3D matrix into many 2D matrix and save them individually in matlab
So, we need a way to extract the 2D matrix along z-axis and then save them as .csv file. I have given a code below for (3*4*2)...

3년 초과 전 | 0

답변 있음
How to draw two plots in one figure?
From my understanding, you are looking for a way to have two plots in one figure with a common x-axis. You can use “yyaxis” func...

3년 초과 전 | 0