photo

Kelechi Ebirim


Last seen: 대략 1개월 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
39,044
of 301,984

평판
1

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,478

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 177,880

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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-...

대략 8년 전 | 답변 수: 1 | 1

1

답변

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 = ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

9년 초과 전 | 답변 수: 1 | 0

1

답변