photo

Siddharth Behal


Last seen: nästan 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
108 338
of 300 037

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20 862

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 167 106

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 2 answers | 0

2

answers