photo

Sarah Kern


Last seen: 6 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
1 个回答

排名
161,457
of 300,908

声誉
0

贡献数
13 个提问
1 个回答

回答接受率
30.77%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


matlab function block in Simulink
Hello, I dont understand whats going on in my matlab function block. I have the following Code function y = Lenkwinkelbegrenz...

6 years 前 | 0 个回答 | 0

0

个回答

提问


linear bounds in linear problem
Hello, I created the following matrix G, which is multiplied with F and results in F_soll. With the sign function I wanted to ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


optimization with sqp algorithm
Why doesnt the sqp algorithm works on my oprimization problem? function [ Fx1, Fx2, Fx3, Fx4, alpha1, alpha2, alpha3, alpha4] =...

6 years 前 | 0 个回答 | 0

0

个回答

提问


optimization problem wont find any solutions
I have the following optimization problem function [ Fx1, Fx2, Fx3, Fx4, alpha1, alpha2, alpha3, alpha4] = fcn(Fx_v, Fy_v, Mz_v...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Annulator of a matrix
Can someone help me? I need to calculate the Annulator of this matrix E = [1,0,1,0,1,0,1,0; 0,1,0,1,0,1,0,1; -w_vl,...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
function handle in a loop
Thank you very much, so like this? f =@(x) (f_lag == 1).*(A/SOC_1)*(x(1))^2+(A/SOC_2)*(x(2))^2+(A/SOC_3)*(x(3))^2+(A/SOC_4)*(x...

6 years 前 | 0

提问


function handle in a loop
Hello, I have the following objective function in my optimization matlab function block if f_lag > 0 % dec...

6 years 前 | 2 个回答 | 0

2

个回答

提问


fmincon error while running
Hello, can someone help me please, I am desperate and have no futher ideas. i have an optimization problem and always get an ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Inputs for nonlinear constraints
I have problems with my inputs and outputs, con someone help me please? I have the following optimization in a matlab function ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


vector output in matlab function block
Hello, thanks for reading. I have the following code in my matlab function block. function x = fcn(u) %definition of vehicle...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Converged to an infeasible point.
Hello, can someone help me with this problem? Thats my optimization problem if f_lag > 0 % decision braking or...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Too many outputs for fmincon problem
I have the following optimization problem coder.extrinsic('ParameterSarah') ParameterSarah; coder.extrinsic('objective') ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


dimensions of matlab function block
Hello, I have the following code function [Fx1, Fy1, Fx2, Fy2, Fx3, Fy3, Fx4, Fy4]= fcn(u) %Parameter laden Moseberg; F_ma...

6 years 前 | 4 个回答 | 0

4

个回答

提问


Optimization with many nonlinear Constraints
Hello, I want to use my optimization Problem with the Optimization Toolbox and the fmincon function. This is my Optimization ...

6 years 前 | 1 个回答 | 0

1

个回答