photo

Prakash Choudhary


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how to change this value in number??????
X=1.0202e+05 - 6.1123e+11i

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

1

respuesta

Pregunta


how do i write condition for polyshape oobject overlap by 2 other polyshape object!!!! (poly3 overlaped by poly1 and poly2)
clc close all clear variables poly1 = polyshape([2200 0 0 2200],[130 82 -82 -130]); poly2 = polyshape([3200 1000 1000 3200...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


can someone please solve the n no for polyshape object intersect with line-segment in intersect condition??
clc close all clear variables D = 164; % [data]=xlsread('F:\Internship\Script3\layout.xlsx'); No.=data(:,1); x = data(:,2...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


rectangle intersect with line and display which line or point got intersect?
Dwy0 = 200; Dwy = 100; B1x = data(:,2); B2x = data(:,2)+4*7.*D; B3x = data(:,2)+4*7.*D; B4x = data(:,2); B1y = data(:,3)...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Rectangle intersection or Overlap
can some one help me to write the code for rectangle overlap for N rectangles ?? or for rectangle intersection?

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

1

respuesta

Pregunta


How to optimize this for loop?
% % % % -------------------- for i=1:size(v0) if (v0(i)<=2) v0(i) = 0; else if...

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

1

respuesta

Pregunta


for loop and if else statement? it is not working with the different angle. could you please suggest me some solution
for i=1:size(angle) if(angle(i) >= 1 || angle(i)<= 9) v1(i) =v0(i)*(1-deficit1); %affected by the x away one% do...

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

1

respuesta

Pregunta


How can i plot this kind of figure in Matlab ?

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

1

respuesta

Pregunta


Rotation for any 2D rectangle
Why it always take (0,0) cordinate as a reference to rotate any 2d figue at any point ?

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

1

respuesta