photo

Ana Gonçalves


Last seen: 10 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

Programming Languages:
MATLAB

统计学

MATLAB Answers

3 个提问
3 个回答

排名
157,649
of 299,750

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

已回答
get(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 ...

3 years 前 | 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...

3 years 前 | 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])

3 years 前 | 0