Community Profile

photo

Anna Case


Attivo dal 2020

Graduate student in electrical and computer engineering at Iowa State University.

Statistiche

All
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Revival Level 1
  • First Review
  • Thankful Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risolto


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

oltre 2 anni fa

Risolto


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

oltre 2 anni fa

Risolto


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

oltre 2 anni fa

Risolto


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

oltre 2 anni fa

Risolto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

oltre 2 anni fa

Risolto


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

oltre 2 anni fa

Risolto


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

oltre 2 anni fa

Risolto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

oltre 2 anni fa

Risolto


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

oltre 2 anni fa

Risolto


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

oltre 2 anni fa

Risolto


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

oltre 2 anni fa

Risolto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

oltre 2 anni fa

Risolto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

oltre 2 anni fa

Risolto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

oltre 2 anni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

oltre 2 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre 2 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

oltre 2 anni fa

Risposto
How to load thinkgear library and thinkgear.dll to matlab?
You have the *.dll downloaded, so you will just need to point MATLAB to the *.dll directory as well as the include/ files (the *...

oltre 2 anni fa | 0

Risposto
plot radiation intensity of an antenna
% Define theta and phi vectors phi = [0 pi]; theta = linspace(-pi,pi,501).'; % Compute U U(theta,phi)=eta/2((-1j*k*I*L*exp(-...

oltre 3 anni fa | 0

Domanda


Finding normal curvature from principal curvatures?
I have two principal curvatures defined as: k1 = H + sqrt(H.^2 - K); k2 = H - sqrt(H.^2 - K); and I would like to define the ...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I set the container of an App Designer component?
I am working on a large app in app designer and need to move some components around. The app has 6 layered containers (i.e. tabs...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Items + Items Data issue
I have defined: app.select_solver_calc_properties.Items = {'Fminsearch', 'Fmincon', 'Look-up Table', 'Genetic Algor...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I save an executable as a variable in a *.mat?
Hi, I am updating an application to use App Designer. One of the things we do in the Opening function is load a *.mat which def...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Risposto
Hey, I am having trouble indexing into string vectors
tf = [1 3] is what you are looking for. If you open up the variable res, you will see "ABC" is in index 1 and "GHI" is in index ...

quasi 4 anni fa | 0

Domanda


Variable originally saved as a structure cannot be instantiated as an object and will be read in as a uint32
Hello, I am trying to load a *.mat file which contains a structure. This is not working in MATLAB 2019a or 2020a. I get: Warni...

quasi 4 anni fa | 2 risposte | 0

2

risposte