photo

MD EQBAL


2021년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

통계

MATLAB Answers

4 질문
0 답변

순위
100,045
of 300,392

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,335

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find out the coordinates of the rectangles through which a straight line passes?
clc; clear all; close all; d1=5; %d1=Number of horizontal pixels+1 d2=5; %d2=Numbe...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to plot the matrix values in the form of a slice plane?
I have the following matrix:- V=rand(4); I want to create a plane at x=10 in 3D which contains the value of the above matrix i...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to plot values inside a rectangular cell of a mesh ?
d=5; x1=zeros(1,d)+20; y1=linspace(4,16,d); z1=linspace(-1,3,d)'; % Formation of mesh grid for OBJECT [XX1,YY1]=meshgri...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Coordinates of each rectangular cell is required
I have created a mesh using mesh command having 16 cells. I want the coordinates of every cell in a separate array.I had tried ...

거의 4년 전 | 답변 수: 1 | 0

1

답변