photo

Pirimze Okriashvili


Free University of Tbilisi

2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
287,900
of 297,560

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,456

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,148

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I use Coefficients from fit(...,'sin8') inside the code for calculations?
I fit part of my data with _fit(x,y,'sin8')_ and want to use outcome coefficients to predict the rest _y_ with _x_ inputs. I wa...

約8年 前 | 1 件の回答 | 0

1

回答

質問


I want to make regression in Matlab by my own formula. Is it possible to do it simple way?
When we want to make logistic regression we write in Matlab: [b,dev,stats] = glmfit(x,[y ones(size(y))],'binomial','logit'...

約8年 前 | 0 件の回答 | 0

0

回答

質問


I need to analyze data from csv file in Matlab. Since csv file is large Matlab struggles with compilation. What can I do to make it more efficient?
Code reads particular rows from excel inside for loop and puts them into matrix. I need to operate with this matrix but Matlab t...

約8年 前 | 1 件の回答 | 0

1

回答