MD EQBAL
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Statistik
4 Fragen
0 Antworten
RANG
93.923
of 295.448
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 3 Jahre vor | 1 Antwort | 0