photo

Val Kozina


Active since 2017

Followers: 0   Following: 0

I am a Computer Science and Robotics double major at Carnegie Mellon University as well as a current intern at Mathworks.

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
4,137
of 301,440

REPUTATION
12

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
Problem with creating structure with empty variables and later filling variables with for loop
The way you are accessing the struct within the loop will attempt to give you the ith struct in the struct array csv_variables (...

8 years ago | 2

| accepted

Answered
I can't plot.
In your code, 't' and 'v' are just scalars, not vectors. At the end of the loop, 't' will simply have the value 10, and 'v' will...

8 years ago | 2

Answered
How to apply permutation vector r=symrcm(K) to list of finite elements?
If I understand the question correctly, you are trying to map every value inside of 'elems' using a vector 'r'. You can do this ...

8 years ago | 0