Jarren Berdal
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
62.031
of 295.467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Simulink Serial Receive Block needs numeric char, logic
Hi so I am trying to use serial receive block to receive serial from an arduino. I am trying to fun Simulink Serial Receive Bloc...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
I am trying to rename a matlab file using this code I was given, I having "brace indexing is not supported variables" I would replace
%% Rename dSPACE Structure Filename % Objective: To rename a recorded data file due to filename error. % Renaming the actual f...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Line Breaks in command window
Is there a way to have a line of code that creates a spacing between the last code and the next code. Ex disp('SPACING') "SP...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
undefined variable even with equal sign, tried to see if it was the () but no luck
if(n)>=(2) any(a(k)== 43)&&any(a(k)==32); XXXIIPBS = find(a==32); XLIIIPBS = find(a==43); PBS = (A(XXXIIPBS)...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
if statement not displaying
%%CODE FOR INGRIEDENTS CODE disp('Ingrediants ID#'); disp('eggs: 10'); disp('avocado: 21'); disp('bread slices: 32'); disp(...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Incorrect use of '='
disp('Ingrediants ID#'); disp('eggs: 10'); disp('avocado: 21'); disp('2 bread slices: 32'); disp('peanut butter: 43'); disp...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
If statement for input value
I want the user to give a number, depending on that number gives the user a number of questions to answer ex n = input('how m...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
"Index exceeds the number of array elements"
I've been getting an index exceed the number of array elemnts (2048) How to I solve this?
meer dan 4 jaar ago | 2 answers | 0