![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21625363_1614149269971_DEF.jpg)
Yen Tien Yap
Followers: 0 Following: 0
Statistiques
14 Questions
0 Réponses
RANG
195 657
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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_...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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?
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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*...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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_...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 4 ans il y a | 2 réponses | 0