photo

The Merchant


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
1 个回答

排名
210,104
of 299,852

声誉
0

贡献数
12 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I really need help with fprintf'ing a string, having it alternate with commas and parentheses.
"I really need help with fprintf'ing a string, having it alternate with commas and parentheses." How do I write a function to f...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Why does the coordPoints not keep the negative values from the other two variables?
Why do the negative values disappear in coordPoints? The code: coordPoints = [convexHull,coordsConvex].'; convexHull: 16 ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Why is the out-printed string displaying the wrong values?
The code of the fprintf-part: coordPoints = [convexHull,coordsConvex].'; fprintf('convex hull points:'); fprintf(' %d (%d %d)...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Does anyone know why it is also taking point 9 as convex hull point eventhough it shouldn't?
Does anyone know why it is also taking point 9 as convex hull point eventhough it shouldn't? Image representing the cloud of po...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Is anyone able to remove the display part of this function?
Can someone please please please remove the display part of this function? It would be appreciated so so much! clear; close a...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Does anyone know why this script isnt working?
clear; close all; clc; xy = [ 3 12 10 8 11 14 13 16 9 19 1 15 2 4 6 1 11 3 16 5 14 17 19 18 ] yeet = ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


2D Convex Hull: I can't think of a 'criteria' to filter out the 'wrong' points, please help!
I can't think of a 'criteria' to filter out the 'wrong' points. I've been stuck for 5+ hours now with this assignment, but...

6 years 前 | 5 个回答 | 0

5

个回答

已回答
2D Convex Hull: I can't think of a 'criteria' to filter out the 'wrong' points, please help!
This is what I've come up with so far: clear; close all; clc; list = [ 3 12 % 1 10 8 % 2 11 14 % 3 13 16 % 4 9 19 % 5...

6 years 前 | 0

提问


I'm clueless how to put this into code.. Could someone please give me a headstart, I am willing to pay for it that's how bad I need this, I know that is not the purpose of this forum, but it's urgent..
I'm clueless how to put this into code.. Could someone please give me a headstart, I am willing to pay for it that's how bad I n...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Could someone please optimize this code?
Could someone please optimize this code? My code: v0 = 10 gamma = 0.1 for k=1:101 theta = 0.8444 * pi/4 + (k-51)*0.0001...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I properly nicely comment this code?
My code: v0 = 10 gamma = 0.1 for k=1:101 theta = 0.8444 * pi/4 + (k-51)*0.0001; dt = 0.0000001; x = 0; y ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How do I nicely represent the final answer?
Problem: On a flat field a canon ball with mass m is fired under an angle θ with an initial velocity of v0. Example 1.8 showed t...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How do I nicely present the final result of my code, so that it nicely fits the problem.
Problem: On a flat field a canon ball with mass m is fired under an angle θ with an initial velocity of v0. Example 1.8 showed t...

6 years 前 | 0 个回答 | 0

0

个回答