photo

Hamza Harbi


Last seen: 14 days ago Active since 2023

Followers: 0   Following: 0

Programming Languages:
C++, MATLAB, Visual Basic
Spoken Languages:
Arabic, English

Statistics

All
  • Explorer
  • Thankful Level 2
  • Creator
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Question


trying to learn Statflow
Could you kindly recommend comprehensive resources and exercises that would help me learn and understand Stateflow? I tried sear...

4 months ago | 1 answer | 0

1

answer

Question


putting text of two lines in one cell in table
I'am solving a power flow problem using newton raphson method on MATLAB, I've finished the code and right know am in the stage o...

8 months ago | 1 answer | 0

1

answer

Question


Dealing with transfer function in symbolic math toolbox.
I used the command syms to symbolize the letter 's' and use it to construct transfer functions. is there a way to bodeplot the T...

11 months ago | 2 answers | 0

2

answers

Question


solving 4 equations with 4 unknowns
why do matlab gives two values for each unknown in the following system? syms a b d e eqn1 = a+b-4 == 0; eqn2 = d+e-5 == 0;...

1 year ago | 2 answers | 0

2

answers

Question


definition of a vector
why an array of size 1-by-1-by-N is not a vector? a=randi([1 10],1,1,3); isvector(a)

1 year ago | 1 answer | 0

1

answer