photo

Yen Tien Yap


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
89,305
of 300,364

평판
0

참여
14 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


For loop for Welch Estimate
I have a problem in creating the for loop to calculate the Welch estimate without using the pwelch function. Can someone help me...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Simulation of continuum robot in 2D
% actuator space delta_l_2 = 1; % change in length of tendon 1 and tendon 2 (assume to be the same) length_1_range = 10:-delta...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Linspace function in for loop
delta_l_2 = 1; % change in length of tendon 1 and tendon 2 (assume to be the same) length_1_range = 10:-delta_l_2:5; length_2_...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Simulation of two link rigid body
Hi there, I need to create an animation of the bionic arm. I have the coordinates of the centre of mass of the forearm. May ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Extract number from string
I have a coloumn of strings and I want to extract the numbers after the equal signs in an array. May I know how can I do that? T...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Display coordinates on the best location
May I know how do I display the coordinates on the left of the graph so that the values will not be cut off? Thank you.

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding gradient of a part of a graph
May I know how to find the gradient of the first linear part? What function should I use?

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Curve fitting a power law function
%% Polyacrylamide solution curve fitting analysis rho=1000; %[kg/m^3] alpha=15; %[deg] R=1.2*10^-3; %[m] L=1.1; %[m] D=10*...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Plots with different colors
Hi, I want to create the scatter plot with three different colours represents three different regions. I think something wrong w...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Best fit line in log-log scale
Hi, I want to create a straight best fit line in the first portion of the graph and I don't want a curve best fit line, what sho...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to get rid of for loop?
Hi, may I know how to get rid of the for loop by using logical indexing? Thnak you. function [x_vals,y_vals,I,A]=monte_carlo_...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find prime numbers between two inputs?
Hello, How can I create a column vector with all prime numbers between two outputs? Eg. [10,100] and [200,20]. The two outputs ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the exact answer of an exponential equation?
syms t solve(exp(-0.04*t)+exp(-0.12*t)==1,t) I got the answer for this but I don't understand what it meant? I need a time ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I use while loops to determine if an element is larger than the element below it and store the results in a vector with 1 representing true and 0 representing false?
I coded for my while loop but I can't get the final answer and the error showed that 'Array indices must be positive integers or...

4년 초과 전 | 답변 수: 2 | 0

2

답변