photo

Yash Runwal


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
237,643
of 300,105

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,874

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,533
of 167,405

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


Plotting values results in an empty plot
Hello, So I have a function which returns the x and y coordinates like following: ans = 0 0 0.0333 -...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Finding a value, index which lies between 2 points in an array
Hello fellow MATLAB users, I am currently writing a MATLAB function for which I need some help. For example: I have an array ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Tangents to the curves
Hello, I have plotted a few figures as shown below. Now i would like to plot the tangents to each of these curves. How can i do ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


I want to plot a graph as shown below, For that non linear system, i have written a Matlab script but i can't really identify how do i plot such graph.
%% WaterTank MATLAB Script syms h(t) Dh = diff(h); A = 20; a = 2; b = 5; U = 0:0.1:1.0; V = 1; watertank = 1*diff(h,t) - (...

6 years 前 | 1 个回答 | 0

1

个回答

已解决


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

6 years 前

提问


Regarding Loops and Control theory .
syms s % Define the values of omega and zeta respectively omega = [2 2 1 1]; zeta = [0 0.1 0 0.2]; t = 0:0.2:16; for n = 1...

6 years 前 | 1 个回答 | 0

1

个回答