photo

Caitlin Schmidt


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
142,582
of 300,365

평판
0

참여
12 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

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

0

답변

질문


Write a function to show a square “random” image. The function will take in “at least” one input argument which is the size of the image in pixels. As a default, the image will be shown in black-white. If a second input argument is provided, it will
This is what I have so far: function week7hw1(pixels, varargin) %This function will receive the size of the pixels as an input...

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

2

답변

질문


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

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

2

답변

질문


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

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

1

답변