photo

Stephanie Ciobanu


Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
200,006
of 300,365

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Intersection of plane and line.
what is the code to find the intersection of the plane *x + 2y + 3z = 4* and line *(x, y, z) = (2,4,6) + t(1,1,1)*?

8 years ago | 1 answer | 0

1

answer

Question


Intersection of two planes.
what is the code to find the intersection of the plane *x+y+z=3* and *x+2y+2z=4.*? I have this: clc clear format com...

8 years ago | 3 answers | 0

3

answers

Question


Linear system equations - plan intersection?
how to find out where is the plane intersection of: x+y+z=3 x+2y+2z=4 I started doing clc clear format com...

8 years ago | 1 answer | 0

1

answer

Question


How to calculate the sum of the numbers that can be divided with 12 for example in a matrix?
How to calculate the sum of the numbers that can be divided with 12 for example in a matrix? Should I use a while or for loop...

8 years ago | 2 answers | 0

2

answers

Question


why do I get the error: Undefined function or variable 'a'.?
clear clc for m=6:3 a(m)=m^2 b(m)=m*s end a b

8 years ago | 2 answers | 0

2

answers