Community Profile

photo

Muhammad Zayed


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


Run exe file in MATLAB using multiple cores
Hi, I am using MATLAB to run OpenSeesSP.exe. Typically, I use the below code to run OpenSees using single core and it runs in M...

3년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
hi, i´m trying to open the cmd.exe in matlab and to execute the dos command from matlab without writing it again in cmd.exe. how can i do this?
you can use: !cmd & it works for me to open the command window from Matlab Moreover, if you want to excute something in the c...

3년 초과 전 | 0

답변 있음
How to use matlab to send inputs to open dos cmd window
you can use: !cmd & it works for me to open the command window from Matlab Moreover, if you want to excute something in the c...

3년 초과 전 | 1

답변 있음
Does anyone know how to open a Microsoft cmd.exe window in MATLAB?
you can use: !cmd & it works for me to open the command window from Matlab Moreover, if you want to excute something in the c...

3년 초과 전 | 3

질문


How to find out if an edge that is resulting from intersection of two surfaces is a concave edge or a convex edge?
Hi - I have two surfaces, each defined by separate sets of points. The two surfaces intersect at an edge. I am looking for a wa...

3년 초과 전 | 답변 수: 1 | 1

1

답변