Kevin Smith
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
96.925
of 295.569
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
58.33%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
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 ...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 7 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 7 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 7 jaar ago | 4 answers | 0
4
answersQuestion
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...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0