photo

Faith Dominguez


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
1 답변

순위
106,039
of 302,023

평판
0

참여
8 질문
1 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,505

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,195

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 9년 전 | 답변 수: 2 | 0

2

답변