Rodrigo Toledo
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
35.029
of 295.527
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
1
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
Feeds
Question
Evaluating polynomial functions to get integer as answer
I am trying to evaluate: syms x y eq = (x^2 + y^3 == 31) solve(eq) eqs = [x^2 + y^3 == 31, x^2 == 31 - y^3] S = solve(eq,...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
Solving Exponencial fuction is not returning the right answer
How do i solve this exponencial: 12734.40 == 12000 * 1.02^x i am doing: solve(12734.4 == 12000*1.02^x,x and getting log(2653...
meer dan 3 jaar ago | 2 answers | 1
2
answersQuestion
Solving an inequation of first degree issue
Hello, i am trying to solve this inequation: a = 3*x + 21 <= 5*x + 13 the answer matlab is giving me when i use: solve(a)...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Plotting Area of a function
Hello, I have this function: fun = @(x) (x^2 + 2) q=int(fun,x,[-1,2]) q=9 How do i plot this fun function with the shadde...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to substitute x by an integer in a derivative function
I have a function: syms x f(x) = (tan(x^2 + 3*x))^2 a = diff(f(x)) Now i want to calculate the a when x=1. How can i do it...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
LinearRegression with 20 columns features ~ Label
I am pretty new to Matlab so sorry if this is a newbie question: i have a dataframe with 20features and the last column my labe...
meer dan 3 jaar ago | 1 answer | 0