photo

Kelechi Ebirim


Last seen: más de 2 años hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
39.063
of 301.529

REPUTACIÓN
1

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.315

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 175.175

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Please how do I fix this: 'und1/MATLAB file (level-2) S-Function' cannot use 'set default dimension function'.?
I checked earlier provided answer but it seems unrelated (https://uk.mathworks.com/matlabcentral/answers/98809-why-do-i-receive-...

casi 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Please how do i instruct MATLAB function/Simullink to only output to the expected declared variables? (to ignore/overlook/bypass the excess found). This function calls a C Code. The excess 2 found are "cells in a structure", and also, are not needed.
Code function [e,f] = fcn(mpc) %#eml coder.extrinsic('mpc1'); % need to initialize these variables, because inference c...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to iterate an inputted equation in a for loop without reinputting equation
a = input ('Please input: '); b = input ('Please input: '); n = input ('Please input: '); dX = (b-a)/n; sum = ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please how do i make this while statement check all non-positive integers in the vector x below?
x = input ('Please input range of values for x: '); while x <= 0 disp('One or more inputted data is not a positive i...

más de 9 años hace | 1 respuesta | 0

1

respuesta