Statistics
4 Questions
0 Answers
RANK
39,040
of 301,433
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 1
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
