photo

Jonathan Larsson


Last seen: 12 maanden ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
106.851
of 300.302

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Function with two inputs and arguments
Hello I am stuck on a problem. I am supposed to make a function that solves quadratic equations. If however the function gives c...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


How to create function
Hello I am woundering how you do this function; ,om = if, och=and I am supposed to do it with function f = fun(x,y) someth...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


Multiplying every secound element in a vector with -1
Hello I am looking for how to multiply every secound element in vector 1xn with -1, but I want to write this as a function. I ca...

ongeveer 6 jaar ago | 3 answers | 0

3

answers

Question


Describing a sum with a while loop
Hello I was woundering how you do this formula for pi as variable s in a while loop. For example; n=a big number s=0 while...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


Code following function?
om = if How do I code this function? The requirements are that z is a matrix. Thanks. x=[1:0.01:10] y=x-4*sin(2*x)-4

ongeveer 6 jaar ago | 2 answers | 0

2

answers

Question


How do I do this function?
x=[-1:0.1:1] f=x.^2.*sin(pi.*x) How do I solve this function for g in code? g=f if f>=0 g=0 if f<0 I tried doing: if f>=0 ...

ongeveer 6 jaar ago | 1 answer | 0

1

answer