photo

MD EQBAL


Attivo dal 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
152.460
of 299.768

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.800

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.831

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 4 anni fa | 1 risposta | 0

1

risposta