Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0

