photo

Olivia


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
91,923
of 297,503

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


fmincon is not working
I'm trying to optimize the weights of a stock portfolio to maximize returns. I checked if expected_returns is a vector, and it i...

3 months 前 | 1 个回答 | 0

1

个回答

提问


variables not being saved?
I just included the code for U here, but neither L nor U are being saved, but they can both be displayed? I'm trying to use the ...

7 months 前 | 2 个回答 | 0

2

个回答

提问


finding the minimum of a function input with a parameter
%function to find recylce flowrate for range of conversions %then trying to find minimum conversion where total_recylce_flowra...

7 months 前 | 3 个回答 | 0

3

个回答

提问


error saying not enough input arguments?
function newmatrix = rootflow(conversion) a = [-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0; 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...

7 months 前 | 1 个回答 | 0

1

个回答

提问


trying to call a function from a function file in a script file
func = afunction; %trying to make the variable func equivalent to "afunciton", % the function I created in the afunction file ...

8 months 前 | 2 个回答 | 0

2

个回答

提问


I'm just trying to make a function file with the function f(x)=e^cosx -x^3+2x^2+5x-3
function y = e^cosx -x^3+2x^2+5x-3 %I keep getting a parse error at the = that says it might be invalid matlab syntax.

8 months 前 | 1 个回答 | 0

1

个回答