photo

Caleb Banga


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
254,583
of 300,584

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

View by

Question


Having trouble trying to integrate.
Below is my code but I have no idea why it will not run. I just want to integrate the function (x*.515siin(x)) from 0 to 2.794...

3 years ago | 1 answer | 0

1

answer

Question


I am having a hard time understanding how matrix works.
a = [ 1 0; 2 1] ; b= [ -1 2 ; 0 1] ; n= a*b N= a.*b what is the mathematical differnce between a.*b and a*b.

4 years ago | 3 answers | 0

3

answers

Answered
I am having a hard time running my code. I do not know what I am doing wrong. How can I fix it.
THANK YOU ALL VERY MUCH! I see and understand my mistake.

4 years ago | 0

Question


I am having a hard time running my code. I do not know what I am doing wrong. How can I fix it.
clc yes = 0; a=input('What is your weight? '); b=input('Is this in lb or kg ?') %score=input('Please input your score: ') ...

4 years ago | 4 answers | 0

4

answers