Nora
University of Missouri Columbia
Followers: 0 Following: 0
Engineering Student
Statistica
RANK
179.713
of 295.788
REPUTAZIONE
0
CONTRIBUTI
23 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
78.26%
VOTI RICEVUTI
0
RANK
of 154.544
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
GUI for log function Question? - Homework
Attached is the .fig and .m For the fh equation, the S will be changed by the user inputted into the text for the GUI. Howe...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
Using a slider to move a cosine curve from the range of 1 to 100? - Homework
I am writing a GUI program where a slider has a range from 1 to 100, with default value of 50 at the beginning. The plot will sh...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Radiobuttons and plotting - GUI question? - Homework
I am trying to make a GUI where it plots the cosine function from 1 to 100. There is a button group to allow the user to change ...
circa 11 anni fa | 0 risposte | 0
0
risposteGUI use inputs as min and max for a function question? - Homework
Referencing fplot('cos', [0, 1]); I am only changing the x values [XMIN XMAX] by the user. I was wondering how I can hav...
circa 11 anni fa | 0
Domanda
GUI use inputs as min and max for a function question? - Homework
I am making a GUI where it plots the cos(x) in the range of [0 10]. However, there are two open textboxes that can be changed by...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Variable Number of images as inputs and superimpose together? - Homework
I am trying to make a function that will receive a variable number of image files. The function will read all the images and sup...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
lighthouse.jpg imread into matrix and calculate mean and std? - Homework
Attached it the lighthouse.jpg. I am trying to use imread to load this picture onto a matrix. Then I am trying to calculate and ...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
Colormap Question for script requirements? - Homework
I am trying to make two colormaps. Both will be using white and black colors only. It is a 50 x 50 matrix image where each eleme...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
creating a color block inside a colormap? - homework
For one part I need to create two 3 x 3 matrices and use subplot to display a colormap that shows a single color box/rectangle i...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Graphing from txt file? - Homework
I am not sure what is wrong with the script: So the data looks like this: World population YEAR BC/AD POPULATION ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Function with two input arguments to do the following actions?? - Homework
This function will have two inputs, a path of a directory file and a file extension. For example: 'C:\lime\green' and 'pdf' ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Function that will receive two function handles as input arguments and plot? - Homework
So I am working on this problem: Write a function that will receive two function handles as input arguments adn will displa...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
generate function to print out a random number using different input arguments? - Homework
Write a function that will print out a random float number: If no input arguments are passed it will print a random number fr...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
Using a function that will receive a variable number of values and return using the R equation? - Homework
There is an equation R = (1/R1 + 1/R2 ... 1/Rn)^-1 I need to write a function that will take in varaibles and (no matter how ma...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Change/modify data in file?
How would I write a script that would replace all occurrences of the old name with the new name and saving this as a new file. ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Read data from file and print information for whom has the required criteria?
There is a data file with the last name, first name, blood type, - or + Rh factor, and ID number. donors.dat - The data looks l...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating average from data file?
I have the following function to open a data file patwts. I am trying to find out how to take the average of numbers respecti...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Menu-driven program the will read an employee data and do the following?
I have a data set employee.dat Name Department Birth_Date Date_Hired Salary Phone_Ext 'Smith, Jane' Service 072267 12129...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Changing names within a data
I have a data file that has information like this: Aerospace 201 Mechanical 66 And I am trying to create a script that w...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
Script to read, error check till user enters a valid file name that can be opened, then print out file name and close file.
I am having the hardest trouble on the loop error-checking part that keeps checking still the user enters a valid filename that ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Read data and make (x,y) coordinates from data
There is this data file that has the format where there is a letter x, space, then the x value, letter y, space, then the y valu...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Potential subjects for an experiment that are stored in a vector:
>> subjects subjects = 1x3 struct array with fields: name sub_id height weight >> subjects(1) ans = name:...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
Printing a sentence using one random element from each cell array?
Question: Write a script that will initalize cell arrays and print sentences using one random element from each cell array (ex...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Write a script that will keep prompting the user for a string then stores them in a cell array and prints to display all strings in this cell array:
string=input('PLEASE INPUT A STRING:','s'); string1={i} I believe I would need a for loop and to use celldisp but I am hav...
circa 11 anni fa | 1 risposta | 0