MATLAB
Statistics
RANK
201,487
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Convert single to double
I have 1x18007 single, and it has a certain range (which is not the real range), and I need to convert it to double, to get the ...
2 years ago | 1 answer | 0
1
answerQuestion
How to replace a for loop with a nested if-else condition, to get more velocity
I have a huge vector, and time does matter to my application. I'd like to know how to gain velocity in a code simillar to the sh...
2 years ago | 1 answer | 0
1
answerQuestion
Selecting data inside a defined area (Automated Driving)
This is not a question (not anymore), I've just solve this issue and I'd like to share my solution with the comunity , in case s...
2 years ago | 0 answers | 0
0
answersget(x,y) coordinates from rectangle function in matlab
To get the coordinates, just follow the index of the array: r = rectangle('Position',[20 -3 10 10]); r.Position(1) % x value ...
2 years ago | 0
How to zoom in/out on the figures in app designer
Make sure to check if the 'PickableParts' and 'HitTest' are set like in this picture. This solved my problem, hope that it sol...
2 years ago | 0
How to display multiple lines as output from code in edit text field in app designer
l1 = 'my text'; l2 = 'some text' result = sprintf([l1 '\n' l2])
2 years ago | 0