photo

Caitlin Schmidt


Last seen: quasi 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

12 Domande
0 Risposte

RANK
202.697
of 299.969

REPUTAZIONE
0

CONTRIBUTI
12 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Only graphing two out of three of my graphs
I am trying to get three different data sets graphed on the same plot. When I hit run, only two out of three of the graphs are p...

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How do I plot an equation?
How would I be able to plot the following equation into matlab : y=e^(-x/0.005)?

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


using fscanf to sort x and y values into vectors
I have attached the data file I am referencing. I need to separated the x-values and the y-values into two separate vectors. Thi...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding certain data in a data structure
Here is the full question: The attached data file ‘donors.dat’ stores blood donor information for a biomedical research company....

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Drawing a square with a circle using a function.
How would I write a function with the requirements down below: The function takes at least one input argument: the size of the ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


GUI red, blue, and green channels
I'm working on a problem involving opening an image in a GUI and show it in an axes. I also need to show 3 images for the red, g...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


GUI axes question, need help having a minimal and maximal edit box for the x axes values
How would I be able to change the value of the x axes in a GUI for a plot using two edit boxes-a minimal x value box and a maxim...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Adding 3 images to a GUI showing the red, green, and blue channel of an image
Write a GUI based Matlab program to open a true-color image, display the image, then show the red, green and blue channel of the...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Changing axes values in a GUI
Write a GUI function to plot any user entered 1D function as shown below. User uses the edit text box to enter a function, then ...

circa 6 anni fa | 0 risposte | 0

0

risposte

2

risposte

Domanda


A file called avehighs.dat stores the average high temperatures for each month for a year (rounded to integers). The first column of the data stores the zip code, the 2nd to 13th columns store 12 temperatures.
Here is the complete question: A file called avehighs.dat stores the average high temperatures for each month for a year (round...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Write a function ShowPrimes(n) that will find all prime numbers between 1 and n and return them as a vector. Do this using a for loop. Hint: use isprime(x) to check whether x is a prime number. As an example, >> primes=ShowPrimes(20) primes =
I'm having some issues with this problem. So far, I have written: function vec=ShowPrimes(n) %Creates a vector of all of the p...

oltre 6 anni fa | 1 risposta | 0

1

risposta