photo

KIRAN MUKUND


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
63,818
of 299,830

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


phase angle v/s frequency ratio of a damped Sdof system under harmonic force
clear all;clc q=1; for zeta=[0.05,0.15,.375,1]; p=1; for r=0:0.001:5 phi(p)=atan((2*zeta*r)/(1-(r^2))); R(...

8 years 前 | 1 个回答 | 0

1

个回答

提问


delete repeated elements in a row
Hi everyone, I need to delete repeated numbers like this. Input =[2 2 4 2 9 4 5 9 1] output=[2 4 9 5 1] Please he...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to remove negative numbers from a vector
Hi, Let A=[5 -0.4 0.1 0 100 -10] in that i want to *remove all -ve numbers* and print refined vector A please help...

9 years 前 | 1 个回答 | 0

1

个回答