photo

tasneem bawaneh


Last seen: 7 days ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
189,717
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Question


how I get the correct output
Hi everyone, I am trying to run the two switch forward dc-dc converter with the following parameter R=0.03 ohm, L=4uH ,C=470uH ...

4 years ago | 0 answers | 0

0

answers

Question


how i can solve the infinit loop
when i try to run this code it go to infint loop how i can fix it clc; clear % Set stopping tolerance eps=0.0001; syms...

5 years ago | 1 answer | 0

1

answer

Question


I want to solve optimization problem but when run it notifide : Undefined function or variable optimvar, how to fix it ?
clear; clc X = optimvar('x','LowerBound',0,'UpperBound',inf); Y = optimvar('Y','LowerBound',0,'UpperBound',inf); linprob = op...

5 years ago | 1 answer | 0

1

answer