j ai -凯发k8网页登录
统计数据
22
3
排名
13,029
of 277,885
声誉
3
贡献数
22
3
回答接受率
68.18%
收到投票数
2
排名
of 18,801
声誉
n/a
平均
0.00
贡献数
0
下载次数
0
all time 下载次数
0
排名
of 129,101
贡献数
0 个问题
0 个答案
评分
0
徽章数量
0
贡献数
0 帖子
贡献数
0
平均
贡献数
0
平均赞数
content feed
提问
i am trying to run a vehicle simulink model (taken from here) for 5 seconds. when i try running it directly, the response seems ...
9 days 前 | 0 个回答 | 0
0
个回答提问
could someone please explain why is that the (zero-input) response obtained using ode45 solver is different than the ccf (contr...
4 months 前 | 1 个回答 | 0
1
个回答提问
my original system (a, b, c, d) is observable, however, when i convert it to observability staircase form using obsvf function, ...
1 year 前 | 0 个回答 | 0
0
个回答提问
s = tf('s'); gm = 2163/(s^2 80*s 2163); samplingtime = 2e-3; totaltime = 0.5; time = 0:samplingtime:totaltime; r = 80...
1 year 前 | 1 个回答 | 0
1
个回答i have found a workaround for this which works for my particular application. i have basically used the polyfit function: load(...
2 years 前 | 0
提问
the cumulative lengths for a set of x1 and y1 coordinates ("waypointsoriginal" in the mat file attached) can be obtained using t...
2 years 前 | 1 个回答 | 0
1
个回答提问
i know how to set initial conditions of a state space model when using the state-space block in simulink. however, how is it don...
2 years 前 | 1 个回答 | 0
1
个回答double click the integrator and you can set the initial condition there directly. 6 years late to reply but still worth a reply ...
2 years 前 | 0
i actually found the answer - it was just under my nose. after the scenario has been completed, i simply had to run the followin...
2 years 前 | 0
| 已接受
提问
i have created a very simple highway scenary using the drivingscenario from automated driving toolbox, however, i am not sure of...
2 years 前 | 1 个回答 | 0
1
个回答提问
i found the answer to drawing rotated rectangles using the solution provided here by y yoon. however, i am not sure how to integ...
2 years 前 | 1 个回答 | 0
1
个回答提问
i am looking for an existing partially observable mdp (pomdp) library/function that implements a simple pomdp problem using, let...
3 years 前 | 1 个回答 | 1
1
个回答提问
i am defining a simple dc motor (the technical background is not necessary to understand my question) using the class file attac...
3 years 前 | 2 个回答 | 0
2
个回答提问
i have a table: t = a v ________ _______________________________ ...
3 years 前 | 1 个回答 | 0
1
个回答提问
it seems like there is no option for finding unique rows from top using uniquetol unlike unique where there is option for the ar...
3 years 前 | 1 个回答 | 0
1
个回答提问
sorry if this is a repeated question but i failed to find an answer myself. i have two matrices: a = [-0.6, -0.2; -60, ...
3 years 前 | 2 个回答 | 0
2
个回答提问
i have the matrix (which is basically the matrix representation of several lines) a = [10 5 10 % first two columns are...
3 years 前 | 1 个回答 | 0
1
个回答提问
one of the most suggested (in fact the only one to my finding) for generating random numbers (<1) that will sum to 1 is random v...
3 years 前 | 1 个回答 | 0
1
个回答提问
i have two matrices randomly generated a and a_new (subset of a). when i use the intersect command, very surprisingly it negates...
3 years 前 | 1 个回答 | 0
1
个回答提问
when i am trying to use the "ismember" command in 2020a, i get werid stuffs. e.g., a = [1 2 3; 4 5 6; 7 8 9]; b = ...
3 years 前 | 0 个回答 | 1
0
个回答提问
i have the following code: a =[1 2 3; 1 0 1; 0 5 1; 1 0 2; 2 3 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
so i have a matrix, let's say a = [1 2; 1 0; 3 2; 0 1; 2 1; 1 2]; [r,c] = size(a); in general, wha...
3 years 前 | 1 个回答 | 0
1
个回答提问
let's say i have a matrix and a matrix as follows: and i want to find the indices of rows in such that the row elements a...
3 years 前 | 1 个回答 | 0
1
个回答提问
i am desiging a dqn from scratch. i am stuck because i am not sure how to update the weights in the policy network. the structu...
3 years 前 | 1 个回答 | 0
1
个回答提问
i want to create a matrix (n by n, n being odd) that has its central element fixed, and its surrounding elements increasing/decr...
3 years 前 | 2 个回答 | 0