photo

Kristoffer Lindvall


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
157,882
of 300,763

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
0

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Summation with resultant vector's index as upper limit
Hello, I'm trying to write this summation in Matlab I couldn't find any example of this anywhere, maybe someone can help me ...

7 years ago | 1 answer | 0

1

answer

Question


Help with simple neural network
Hello! I have been trying to get into machine learning and I thought I would try to code my own code with a simple example. If I...

7 years ago | 0 answers | 0

0

answers

Question


Create function output seperately
Hello! I am curious if this is possible. Say I write a function function F = func(x) F(1) = x(1)-cos(x(2)); ...

7 years ago | 0 answers | 0

0

answers

Question


How to create array without cells
Hello! How do you create an array that does not include cells? for example for i=1:3 for j=1:3 for k=1...

7 years ago | 1 answer | 0

1

answer

Question


Matlab is running really slowly R2015b
I just reinstalled matlab on my laptop to get the "latest and greatest", but now my code takes like 40 seconds to run, instead o...

10 years ago | 2 answers | 0

2

answers

Question


How to make a function handle from variable consisting of a function
I have a problem like this for example. x = sym('x',[7,1]); phi = [ (10001*x2)/800000 - (10001*x1)/400000 + (10001*x3)...

10 years ago | 1 answer | 0

1

answer

Question


Evaluate a changing expression in loop
Hi! I am writing a code that generates a function f in a loop. This function f changes in every loop, for example from |f = x + ...

10 years ago | 1 answer | 0

1

answer

Question


Help optimize code. Having trouble with eval, any better solutions?
Hi! I am trying to optimize a code and I could use some help. I ran the profiler and the eval function takes the most amount of ...

10 years ago | 0 answers | 0

0

answers