Community Profile

photo

Prakash Choudhary


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

5年弱 前 | 0 件の回答 | 0

0

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can i plot this kind of figure in Matlab ?

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約5年 前 | 1 件の回答 | 0

1

回答