Takashi Fukushima
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
190,648
of 295,569
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
63.64%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to create a scatter plot of partial rank correlation
Hello, I have a question regarding a partial rank correlation. I would like to use "partialcorr" function to find correlati...
4 years ago | 0 answers | 0
0
answersQuestion
Difference between fft and pspectrum
I would like to do frequency analysis of EMG and found 2 different functions: fft and pspectrum. Could anyone tell me the differ...
4 years ago | 1 answer | 0
1
answerQuestion
I cannot access to saved scripts or files on MATLAB online
Discriptions of issues: When I open my MATLAB online, a pop-up says "Your previous MATLAB session state failed to load" When I...
4 years ago | 1 answer | 0
1
answerQuestion
Sorting numbers in an array without sort function
Hello, I want to sort numbers in an arrey without using sort function, but with bubblesort (swapping number next each other unt...
5 years ago | 2 answers | 0
2
answersQuestion
A function to find prime number
Hello, I wrote a function to find a prime number and would like to run it to find all prime numbers up to 100 from my startin...
5 years ago | 2 answers | 0
2
answersQuestion
Finding minimum value in while loop
Hello, I would like to find the minimum value in what is calculated in while loop. I have written a program so far... spe...
5 years ago | 1 answer | 0
1
answerQuestion
How many laps a runner can make for 45 minutes with increasing 10% of running time in each lap
Hello, I would like to write a program to calculate how many laps a runner can make for 45 minutes with 10% increase of his or ...
5 years ago | 1 answer | 0
1
answerQuestion
Find divisors by using for loop
Hello, I have a homework assignment to write a program to find all divisors for a given number by using "for loop", but I even ...
5 years ago | 0 answers | 0
0
answersQuestion
Finding all numbers which is divisible by 5
Hello, I would like to write a program which identifies all number which divisible by 5 by using while loop and mod. Here is ...
5 years ago | 2 answers | 0
2
answersQuestion
Guess number game and hint
Hello, I would like to write a program for number guessing game, but I want to add one feature which is that if the guess is ...
5 years ago | 1 answer | 0
1
answerQuestion
How to categorize a range
Hello, I would like to make write a program like categorizing based on answers. I put what I have now. a=input("Enter y...
5 years ago | 1 answer | 0