photo

Anna Case


Active since 2020

Followers: 0   Following: 0

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

Statistics

All
MATLAB Answers

5 Questions
3 Answers

Cody

0 Problems
17 Solutions

RANK
64,478
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
26,480
of 168,212

CONTRIBUTIONS
0 Problems
17 Solutions

SCORE
192

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

4 years ago | 0

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

5 years ago | 0

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

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

5 years ago | 0

Question


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

5 years ago | 2 answers | 0

2

answers