![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30669295_1690623169913_DEF.jpg)
John
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
227.095
of 297.010
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
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 -...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 1 año hace | 2 respuestas | 0