photo

John


自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
227,095
of 300,771

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Tuning of box jenkins model parameters to improve accuracy
i am using bj function to identify my system using sys = bj(data, nb, nc, nd, nf, nk); after getting reduced order model usin...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how to write a complex transfer function
how should i write followinG transfer function (tf) in the form of nuemrator and denominator in MATAB -10.45 s^3 - 10.53 s^2 -...

2 years 前 | 1 个回答 | 0

1

个回答

提问


stuck in a small issue related to implementation of an aircraft trim condition code with cost function: error is "TOO MANY INPUT ARGUMENTS"
% TRIM.m clear; clc; close all; global x u gamma; x(1) = 170; x(5) = 0; gamma = 0; name = input('Name of Cost function fil...

2 years 前 | 2 个回答 | 0

2

个回答

提问


how to assign initial values to scalar quantities in simulink function. please help
function [P_dot, Q_dot, R_dot, phi_dot, theta_dot, psi_dot] = fcn(P,Q, R,phi, theta, psi, step_force_x, step_force_y, step_force...

2 years 前 | 1 个回答 | 1

1

个回答

提问


Simulink function giving an error of incorrect dimensions of matrix multiplication. Using MATLAB 2021b.
function op = fcn(ip) mass =5 ; % mass of block x = 0.3; y = 0.2; z = 0.1; % dimensions of block Jx = (mass / 12) * (y^2...

2 years 前 | 0 个回答 | 0

0

个回答

提问


how to give initial condition to simulink function variables
i have tried initial condition block and memory block but they are not working. Does simulink fucntion takes 0 as default initia...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Hello: i want to give a step input to my simulink function which starts at 1 second and ends at 1.1 seconds and having an amplitude of 0.1. Step block not working
which block to be used for giving input to a function with a delay of few seconds, as step input block in sources is not giving ...

2 years 前 | 2 个回答 | 0

2

个回答