photo

Prakash Choudhary


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
87,996
of 300,918

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
36.36%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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)...

6 years 前 | 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?

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can i plot this kind of figure in Matlab ?

6 years 前 | 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 ?

7 years 前 | 1 个回答 | 0

1

个回答