photo

Yossi


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
3 个回答

排名
18,712
of 300,829

声誉
2

贡献数
6 个提问
3 个回答

回答接受率
16.67%

收到投票数
2

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Loop in vector of cells
I was managed to solve it: A={[1,2,3,4,5],[11,12,13,14,15]}; for iA=1:numel(A) a=A{iA}; for iB=2:numel(a) ...

7 years 前 | 0

提问


Loop in vector of cells
Hello, I have a Vector A, containing 1X2 cell. in each cell there are 1X252 data. I want to creat a Vector B, containing 1X2 c...

7 years 前 | 3 个回答 | 0

3

个回答

提问


LSTM Error in Index in array bounds
Hello, I'm trying to run LSTM , but it seems that the code is exceed the boundtry (.mat file attached). close all; clear all ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


LSTM Two Input one outpot in Matlab Example
In Matlab's LSTM Example of sequence-to-sequence regression, there was one input vector (number of cases) and one output (predi...

7 years 前 | 1 个回答 | 2

1

个回答

提问


solving two maximization non linear problems
Hello, I'm trying to solve to maximization problems: Utility_A and Utility_B, using the following code. Utility_A maximize by...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
optimization - using fmin
I've tried another code. I know the answer should be: Call_price=0.6, S_Initial=~9.8. but somehow it does not work clear a...

7 years 前 | 0

已回答
optimization - using fmin
How can I another constraint that Epsilon_A_S>=-1

7 years 前 | 0

提问


optimization - using fmin
have a non linear maximization problem in Matlab (Max utility): A=(((V/I)-Epsilon_A_S)*S_Initial-Epsilon_A_c*Call_Price)* ...

7 years 前 | 3 个回答 | 0

3

个回答

提问


Using Optimization toolbox in nonlinear with matrix manipulation
I'm looking for optimization problem as follows that I don't know how to optimize it through Matlab Code or toolbox. I have...

9 years 前 | 2 个回答 | 0

2

个回答