photo

MD EQBAL


Con actividad desde 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
107.316
of 297.503

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta