photo

Alessandro Renna


University of Salento

2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

1 質問
3 回答

ランク
222,098
of 297,589

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 20,461

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,227

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


print decimal with comma instead of point
Hello, I need to save a .txt file with data of a matrix M like 1 1 -52.56 -92.20 28.94 1 2 -22.57 -92.19 28.01 2 1 -...

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

1

回答

回答済み
How can I extract arrays from a structure?
try to use cell variable for Q as: Q{length(vals(i).data(:,7)),i}= vals(i).data(:,7)

12年弱 前 | 0

回答済み
How to search the continuous values with maximal size in a vector ?
I wrote this function: function y=continuous(a) n=length(a); for i=1:n-1 if diff(a(i:i+1))==1 z(i)=...

12年弱 前 | 0

回答済み
How to write m file
try this: function [y] = part_sum_fs(a,b,t) a_0=a(1); a_1=a(2); a_2=a(3); b_1=b(1); b_2=b(2); y=a_0+a_1*cos(t)+b_...

約12年 前 | 0