photo

Bladi Toaza


Last seen: 10 maanden ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
3 Answers

Cody

0 Problems
2 Solutions

RANK
82.782
of 300.364

REPUTATION
0

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
81.938
of 168.407

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

bijna 4 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

bijna 4 jaar ago

Answered
linsys 4-D ss
linsys is the name of the variable returned by the tool. You can export it to the Matlab workspace and then use the command [a,...

bijna 5 jaar ago | 0

Answered
how to find two minimums within a range?
As I understand you are looking fot the local minima of the functions. You can use the function islocalmin. This will return a l...

bijna 5 jaar ago | 0

Answered
Convert data from time domain to the frequency domain using F.T
In plot(Fv,abs(F),'r') Fv has not been defined. I think you wanted to plot(FT,abs(F),'r').ç Just remember the first argument of...

bijna 5 jaar ago | 0

Question


How to create a SYSTEM matrix to use it in psys?
I am trying to use psys to specify a parameter-dependent linear system. The syntax is: affs = psys(pv,[s0,s1,s2,s3,s4]), wher...

bijna 5 jaar ago | 1 answer | 0

1

answer