photo

Jay Gersten


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
264,623
of 299,916

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I make an efficient While loop? setting true = 0, then while true = 0, results in an error on the while line. of code. What is wrong with that logic?
I want to run this while loop, and want to make sure i am doing it an efficient manner. I'm a beginner level matlab user in coll...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How do I return a matrix in a function? I keep getting an error that says "Assignment has more non-singleton rhs dimensions than non-singleton subscripts"
Here is my code I wrote, function [out] = two_link_bot(theta1, theta1_dot, theta1_ddot, beta, beta_dot, beta_ddot)...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Why won't my hold on work?
I am trying to plot a piece wise function using fplot. The code won't retain the previous graphs. I tried even using the example...

9 years 前 | 1 个回答 | 0

1

个回答

提问


This is code for Modified Regula Falsi method for finding roots. Something in here is preventing the if statements from executing properly.
function ModRegFal = ModRegFal(a, b, n) format long; a = input('Enter a value for lower boundary a: '); b =...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Plotting the Tangent Line
I am trying to plot the tangent line to a curve given by the parametric equations x = sin(t), y = cos(t), z = t I have no i...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Fixing Error using plot Invalid first data argument - new to matlab
I am trying to plot the function y=cos(x)*sin(x^2) and its derivative from -pi to pi. Here is my code. Why do I keep getting err...

10 years 前 | 1 个回答 | 0

1

个回答