Japoe25
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
245,573
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 turn data from text file into cell array?
So I've got this sample.txt and I'm told that the first integer is to be the number of triangles there are on the array while th...
9 years ago | 1 answer | 0
1
answerQuestion
Plotting help, my graph turns very clunky
I'm trying to recreate the image attached of a elliptical spiral staircase but it's not working out too well. Please help! <<...
9 years ago | 1 answer | 0
1
answerQuestion
Plotting help, function only giving one point
Hello friends, I'm trying to recreate the image of a spiral staircase attached but I cant seem to get my code working. I just...
9 years ago | 1 answer | 0
1
answerQuestion
How do I plot this data set like this image?
So I have a function: function [ xs ] = myExpFunction(x) xs=zeros(1,length(x)); xl=zeros(51,length(x)); ...
9 years ago | 1 answer | 0
1
answerQuestion
Finalizing my Code for taylor series, gets error
I'm trying to make a taylor series expression for e^x = sum(x^n/n!) for n=0:50 and for x^n/n!>0.01 So far I have this: func...
9 years ago | 1 answer | 0
1
answerQuestion
How can I make my function accept vectors instead of scalars(I'm Really New to Matlab)
I'm trying to make a taylor series expression for e^x = sum(x^n/n!) for n=0:50 and for x^n/n!>0.01 So far I have this: fun...
9 years ago | 1 answer | 0