photo

Faith Dominguez


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
258,353
of 301,478

REPUTATION
0

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,719

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

  • Thankful Level 1

View badges

Feeds

View by

Question


i keep getting this error Error: File: BarcodeReaderLiveScript.m Line: 242 Column: 5 Illegal use of reserved keyword "else".
mylego=legoev3('usb'); motorC = motor(mylego,'C'); motorC.speed=25; mycolorsensor = colorSensor(myev3,1); color=re...

8 years ago | 2 answers | 0

2

answers

Question


My function is only giving me one output
function[BeamWeightN,BeamWeightN_X,FB_X,FB_Y,FA_Y,ErrStatus]=BeamReactions(BeamLength,BeamMass,Load,LoadX,LoadAngle) %f...

8 years ago | 2 answers | 0

2

answers

Question


homework help, my loglog wont plot a line
function [] =FFAplot(a,b,k) %UNTITLED Summary of this function goes here % Detailed explanation goes here A=size(a)...

8 years ago | 1 answer | 0

1

answer

Question


I need help, i keep getting index exceeds matrix dimensions error
function [] =FFAplot(a,b,k) %UNTITLED Summary of this function goes here % Detailed explanation goes here A=size(a)...

8 years ago | 1 answer | 0

1

answer

Question


I need help with this homework, everytime i run my code it just gives me the function name and inputs
function [sqrtA] = Halley_sqrt(A,E) i=1; if (A<1) sqrtA='A is less than 1'; else if abs((i+1)-i)<=E...

8 years ago | 1 answer | 0

1

answer

Question


Help on writing a code that would display a speech bubble, and allow me to put inputs into it to display a phrase inside of it
I have to write a cow say function, and i have already written fprinf's to display the cow its self but i dont know how to write...

8 years ago | 1 answer | 0

1

answer

Question


how could i do this? would i have to write out each possible combination?
Write a function named sort3 that takes three (3) numbers as input and returns the same three (3) numbers in descending order as...

8 years ago | 1 answer | 0

1

answer

Question


Why am I getting this error?"Error using input The first argument to INPUT must be a character vector. Error in HailstonePath (line 4) input(num);"
This is my code function [hailstonePathLength] =HailstonePath(num) %This function will calculate the hailstone path length...

8 years ago | 2 answers | 0

2

answers