photo

Lucas Carvalho


Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
88,767
of 300,697

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
0

RANK
 of 21,043

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,187

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 3
  • First Answer

View badges

Feeds

View by

Question


Finding matrix column index based on certain conditions
Hello guys, I want to extract the column indexes of a matrix which contains necessarily one element equals to 1 and all the...

8 years ago | 2 answers | 0

2

answers

Question


How to evaluate inline functions each variable at once?
Hello guys! Let's say I have two symbolic functions: f1 = x1^2+x2; f2 = x3^2; When I transform both to inline func...

8 years ago | 2 answers | 0

2

answers

Answered
a problem about symbolic function diff
In your case, the independent variable is only t, while x and y are dependent of t. To derive the f function partially in terms ...

8 years ago | 0

Question


Assigning a symbolic expression with sprintf command
Hello guys, I'm trying to implement a code where I define a symbolic function and I want to find out its partial derivatives (fi...

8 years ago | 0 answers | 0

0

answers

Question


Creating a row of points
Hi guys, I am trying to make an animated plot, where I want to plot a trail/row of points as it follows: xe1 = (-lm/2)+Vest*...

10 years ago | 1 answer | 0

1

answer

Question


How to plot a 2d matrix on a 3d graph?
Hi guys, I want to plot in 3d a matrix whose columns represent points in the space: A = [x0 x1 x2 .... xn; y0 y1 y2 ......

10 years ago | 1 answer | 0

1

answer

Question


How to evaluate different expressions of a matrix for multiple variable values?
Hi guys, I have a little problem using the eval/feval function... I have a vector/matrix whose rows contain symbolic functions, ...

10 years ago | 1 answer | 0

1

answer

Question


How can I retrieve variables from a nested function and use them on the parent function?
Hey guys, I have a little problem here with variables on nested functions. Here is the code: function Parent %code goes he...

11 years ago | 1 answer | 0

1

answer