photo

EngEdgarHS


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
3 个回答

排名
3,629
of 300,068

声誉
15

贡献数
2 个提问
3 个回答

回答接受率
50.0%

收到投票数
8

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I plot Spherical Coordinates, showing R, Theta and Phi, like animated image attached? And Cylindrical Coordinates?
I need to make an animation in which it would be possible to check the variation between R, Theta and Phi in the sphere as it va...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Hey guys, I just started using matlab. Why is this showing as the function being undefined
1º Try this: function [x] = myequation(a, b, c) top = sqrt(b-4*a); botton = c^7; x = (b+top)/botton; 2º Save yo...

8 years 前 | 0

已回答
How to play and stop audio file
I will show two different methods I know: 1º method In function OpeningFCN contained in .m file created by figure of GUI, ...

8 years 前 | 7

已回答
Hello guys, please help me to solve the below mentioned error regarding clearing arduino object
Hi, you cannot use x this way. If you are using pin 13 as digital output, try: x = 1; writeDigitalPin(a, 'D13', x); b...

8 years 前 | 0

提问


How can I set analog resolution bits (10 bits to 12 bits) in an Arduino Due board using just MatLAB (without s-function of Simulink)?
There are questions like that in MathWorks but I don't find anything that answered my problem. I'm make a program using GUI in M...

8 years 前 | 0 个回答 | 1

0

个回答