Statistica
6 Domande
0 Risposte
RANK
158.974
of 301.261
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 173.690
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Why is my function generating a vector? Please help?
I am trying to create a function that does the following: "The function lastname_lab4_tracker generates the increment to be ad...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
I am trying to create a game where a user guesses a number between 1 and 100 using a while loop. But I am getting stuck in an infinite loop. Please help?
Here is what I have: y=randi(1,100) prompt= 'guess a value between 1 and 100' x=input(prompt) while x<y disp('gues...
oltre 6 anni fa | 3 risposte | 0
3
risposteDomanda
Trying to find the maximum value in a matrix using for loops? Can someone correct my code?
Here is the question: Find the largest element of the matrix A = [1,2,3; 4,5,6] using for loops. Here is what I have: A=[1,2...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Creating a new matrix from an existing one using logical operators?
Write a script which defines a 100x100 matrix, X, of random integers between 5 and 50. From the matrix X, create a matrix, Y, i...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Writing a script that mirrors the abs function? I'm doing something wrong but not sure what
Here is the question: The abs function finds the absolute value of a number or numbers in a matrix. Using only relational o...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I insert a smaller ones matrix into a larger zeros matrix?
oltre 6 anni fa | 2 risposte | 0