daniel choudhry - MATLAB Central
photo

daniel choudhry


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

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 09/20 to 04/25Use left and right arrows to move selectionFrom 09/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 个提问
0 个回答

排名
129,960
of 297,950

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
92.31%

收到投票数
0

排名
 of 20,508

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,928

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I need help finding the mean/avg of my data set
I need help setting a loop to find the mean/avg of my data set. The data set I am looking at is COPNET_x and COPNET_z each of th...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I need help setting my formula in a loop
I am having trouble setting this formula into my code and in my loop. fs = 1000; % Hz t = [1/fs:1/fs:length(COPNET_x)/fs];...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help storing my iterations into my variables
I am having trouble storying my iterations into my variables X,EE, F that are inside my while loop %Function and derivatives f...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Need help setting up my for loop
I am having trouble setting my Fx = but is not working fs = 100; %sampling rate Hz m = 90; %male subject kg t = [1/fs:1/fs:l...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I need help with my code
I am having trouble setting up my m-variable for my function c1 = ult_trid(m,b) im supposed to do a forward substitution but I...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone help me figure out what is wrong with my function c1 = ult_trid(m,b) ??
I cannot get my code to run because it tells me:Index in position 2 exceeds array bounds (must not exceed 1). which i cannot fi...

4 years 前 | 1 个回答 | 0

1

个回答

提问


My code is not working and i cannot figure out why not?
I need to put this into my command window in order to generate my answer d, but my d is not working and i dont know how to fix m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to apply the steps attached to the pdf file into my code
1.I am having trouble trying to put the steps attached to the pdf file into my matlab code. 2. After translating the steps from...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I am having trouble setting up my For loop ?
I am trying to create a Matlab function that computes A inverse for a given NxN invertible matrix. but I am having trouble with ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to determine the angular acceleration by applying the central difference technique?
I am trying to applied the central difference technique formula into my code but I am having trouble with the output. I am tryin...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to make a loop that would help me with my code?
I am trying to make c(1),...c(4) is one single process in order to have a c vector. b=[4 1 -3 4] and p=[3 4 2 1] function c=per...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I need help in developing a function file GE_m(A,b) to determine the pivot row r such that a(rk) is the first nonzero entry among a(kk),a(k+1)...a(n,k). if a(kk)=a(k+1,k)=a(nk)=0 then pivot out that 'A is not invertible' and quit.
%I need help in developing a function file GE_m(A,b) to determine the pivot row r % such that a(rk) is the first nonzero entry...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to show A is non singular using GE and ut function files. im using this code and its showing error in line 3 which is n=length(b);
function [U,c]=GE(A,b) n=length(b); for i=1:n-1 for k=n:-1:i+1 m= A(k,i)/A(i,i); % A(k,i)=0; ...

4 years 前 | 1 个回答 | 0

1

个回答