xv cheng - MATLAB Central
photo

xv cheng


Last seen: 5年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/18 to 03/25Use left and right arrows to move selectionFrom 06/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
0 回答

ランク
125,534
of 297,851

評判
0

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 20,493

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,663

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Matlab can't access to Internet. My version is Matlab 2018a, on Ubuntu system. I click Login button on th top right corner ,but there is no reponse.Help browser is always an blank page.
Matlab can't access to Internet. My version is Matlab 2018a, on Ubuntu system. I clicked Login button on the top right corner...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


How to get the confidence intervals of regression coefficients in nlinfit?
I used nlinfit or lsqcurvefit to do non-linear fit. [beta,R,J,CovB,MSE,ErrorModelInfo] = nlinfit(X,Y,@myfun,beta0) How to...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How to set an assumption on a symbolic variable in a symbolic expression?
Hello! I want to solve some equations using symbolic math toolbox.I only get some strings like '3*x1-2*x2'.x1,x2 should be po...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How to get struct value solX.x1 with a symbolic variable x1?
Hello!I have a symbolic expression like expr=3*x1-2*x3 I solve a equation using vpasolve and get a struct called solX. ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How to release a python app with matlab functions?
I'm writing a python GUI app that needs matlab functions .The app runs on the PC without matlab.I create python package using ma...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


How to create a symbolic expression with a string like '5.01e-7*x2 - 5.01e-7 + (-9*x1 + 4)/x1'?
The string is '5.01e-7*x2 - 5.01e-7 + (-9*x1 + 4)/x1' I want to create syms x1,x2 and symbolic expression: 5.01e-7*x2 - 5.01e...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


I ues mcc -W python:myAdd -T link:lib myAdd.m to create a python package.How do I call it in python?
matlab code : function [ x ] = myAdd(a,b) x=a+b; end In matlab command window: mcc -W python:myAdd -T link:lib myAdd.m T...

7年弱 前 | 1 件の回答 | 0

1

回答