Community Profile

photo

Kevin Smith


2017년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


How can I label the x and y axis in this plot using the name of the Excel columns?
Hello all, I have a function that takes an Excel file as an input, and outputs a graph using the 2nd column of numbers as the ...

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

1

답변

질문


I need help arranging a vector using recursion please.
I am working on a function called vecSort that is supposed to arrange a vector from the smallest element to the largest using re...

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

1

답변

질문


Please help me test to see if a string is divisible by a number using tk (token).
I am trying to write a script to see if a text file 'example.txt' 67 33 60 -9 6 89 99 66 is divisible by aa given ...

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

0

답변

질문


Please help replace the integers in this function.
I have a function replaceMultiples that I am trying to write. it is supposed to take an input as a filename (fname) of a text fil...

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

0

답변

질문


i need help replacing the integers in this file.
I have a function replaceMultiples that I am trying to write. it is supposed to take an input as a filename (fname) of a text fil...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


i need help writing a function!
I am trying to write a function that looks like this function update(student, field,value) I need it to allow me to inpu...

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

1

답변

질문


I need help fixing one problem with this functtion.
I wrote this function 'removeLetter' to take any selected letter out of a given string and also displays the number of letters t...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do i remove the letter a user inputs from a word?
I have a function [newstr, num]=removeLetter(str,letter) that is supposed to take a word and a letter selected by the user and r...

6년 초과 전 | 답변 수: 4 | 0

4

답변

질문


I need to display the max value in this function.
I have been working on a script for a function 'collatz' and I originally made it way more complex than it needed to be. I've ma...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I nee to change this str2double code while keeping the same output for my collatz function.
The following is the script to my function: function [steps,maxnum]=collatz(num) str=input('Enter an integer greater tha...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I need help displaying the max value in my while loop.
So I have wrote this code for a while loop/string: str=input('Enter an integer greater than 1:','s'); num=str2double...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I need help determining and displaying the number of steps it takes to complete this loop when any integer is entered.
so I have figured out how to write the while loop I need. It looks like this: b=0; b=input('Enter an integer greater tha...

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

1

답변