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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

