photo

Andrew Cruce


Last seen: 3 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
3 个回答

排名
73,441
of 300,779

声誉
0

贡献数
8 个提问
3 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
returning an object handle from a function
Adam, Thanks for the idea. I think it would work as looking at the documentation, sometime recently MatLab changed graphics ob...

6 years 前 | 0

提问


returning an object handle from a function
I am trying to return a function handle from a function. The code is shown below: function drawHandle = drawXYZ(XYZ,drawHandle...

6 years 前 | 3 个回答 | 0

3

个回答

已回答
Sample rate for interpreted function
I figured out how to use the "MATLAB Function" block to call my Matlab script in the same folder. I declared the function as ex...

6 years 前 | 0

已回答
Sample rate for interpreted function
If you look in the Library Browser under User Defined Functions the one I am using is the Iterpreted MatLab Function. This bloc...

6 years 前 | 0

提问


Sample rate for interpreted function
I am trying to get a continuous sample rate running using an inperpreted function. However, the interpreted function block does...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Reading Text file in matlab
I believe I am missing something. I am trying to read in a large text file using fscanf. Here is the code fileName ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Dot Product function errors
I can't seem to get the dot product function to work properly. When I try something like: a = [1 2 3] b = [4 5 6] c = dot(a...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Deactivating a remote computer that is turned off
I wasn't sure how many activations I have on my personal license. As it turns out I think I have two. The problem is that I ha...

9 years 前 | 1 个回答 | 0

1

个回答

提问


addpoints(h,x,y,z) only plots x & y values
I am trying to plot a 3d line generated from GPS data. I have used addpoints(h,x,y) followed by drawnow and that works fine for...

9 years 前 | 1 个回答 | 0

1

个回答

提问


csvread returns values divided by 1000
I am trying to load the following elements contained in a file into an array using csvread: 6000,-0.7432,-0.3915,0.1419,0...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Integrating MatLab for C# into visual studio
I want to be able to use some MatLab functions to smooth real time data collected from an airplane IMU and GPS during an aerobat...

9 years 前 | 1 个回答 | 0

1

个回答