photo

Annie


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
147,187
of 298,974

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
1

RANK
 of 20,664

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 162,957

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


Tips for solving Matrix/Linear Algebra Problems with matlab
So, take for example some system of equations. If I have 3 equations assosciated with each loop, but different coeffcients, how ...

2 months ago | 1 answer | 1

1

answer

Question


Find the range of duplicates in a sorted element
So let's say I have a vector a = [6 2 2 5] I sort it with the function and now: a = [2 2 5 6] How do I find the range of th...

2 months ago | 2 answers | 0

2

answers

Question


Sort vector based on another - How?
So lets say I have a vector with distances ranging from 1 to 5 , whole numbers. l = [ 5 3 2 1] Associated with this vector are...

2 months ago | 1 answer | 0

1

answer

Question


Storing values in a vector using a loop
This is a simple version of what i'm trying to implement in a function: d = zeros(1,N) for i = 1:N d(1,i)=input('Distance...

2 months ago | 1 answer | 0

1

answer

Question


Change variable name based on what loop it is on
I have a user input a vector for the variable titled 'k1'. A loop is set up where the input conditions are the same, but the var...

2 months ago | 3 answers | 0

3

answers

Question


Ti 6843 mmWave sensor - How can I get micro-Doppler?
Tool: Ti 6843 mmWave sensor I have created code regarding this radar to collect frames of data. Now what I would like to do is ...

1 year ago | 1 answer | 0

1

answer

Question


How do I generate micro Doppler data and graph (stft) from the given data?
I have a radar and collect data like this : I'm using a Ti mmWave radar RangeDopplerResponse outputs as a 256 by 16 matrix (Po...

1 year ago | 1 answer | 0

1

answer