photo

Siddharth Behal


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


I need to draw arc through three points in three-dimensional space. Can you please help me out?
x_i = [0,5,20]; y_i = [0,0,0]; z_i = [20,5,0]; P1 = [x_i(1);y_i(1);z_i(1)] P2 = [x_i(2);y_i(2);z_i(2)] P3 = [x_i(3);y_i(3...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Finding points of intersection between Curve and sides of a square
clc clear all close all S = 2; a = 0.1 b = 0.2 p_crd = [0,S] p_x = [((1+S)/2)+a S+0.5 S+0.5 ((1+S)/2) ((1+S)/2)]; p_y = ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


What does @m and m(:) signify here?
cell2mat(cellfun(@(m)m(:),a,'uni',0))

3 years 前 | 2 个回答 | 0

2

个回答