photo

Rodrigo Toledo


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
35,174
of 300,781

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
1

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 2 个回答 | 0

2

个回答

提问


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

5 years 前 | 2 个回答 | 1

2

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答