MD EQBAL
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Statistics
4 Questions
0 Answers
RANK
93.952
of 295.569
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 3 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 3 jaar ago | 1 answer | 0