photo

Kevin Smith


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

12 Preguntas
0 Respuestas

CLASIFICACIÓN
197.605
of 300.759

REPUTACIÓN
0

CONTRIBUCIONES
12 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
58.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.081

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.900

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 8 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta