![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18543464_1589874599582_DEF.jpg)
Emilio Pulli
Followers: 0 Following: 0
統計
MATLAB Answers
14 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Save a matrix .mat in a specific folder with a variable name
I would like to save a matrix as a .mat file in a specific folder. The save function is located at the end of a for loop and, th...
約3年 前 | 2 件の回答 | 0
2
回答質問
Create a matrix that has a vector in each cell
I need to create a matrix that has a vector in each cell and I need to save it as a .dat file in order to be opened by another M...
約3年 前 | 1 件の回答 | 0
1
回答質問
Insert two text lines in the blank rows of a txt file
I have to insert two different text rows in the blank rows of the attached txt file. How should I proceed?
約3年 前 | 1 件の回答 | 0
1
回答質問
Insert a header in a txt file
How can I insert a header in a txt file without deleting the contents and the format of the txt file? I would like simply to ins...
約3年 前 | 1 件の回答 | 0
1
回答質問
Spline interpolation of input data
I would like to obtain a spline interpolation of the following input data contained in the attached txt file. I try to explain h...
約3年 前 | 1 件の回答 | 0
1
回答質問
Write a well tabulated txt file
This is my code: v_cutin=2.5; v_cutout=15; v_rated=5.5; v=linspace(v_cutin,v_cutout,15); omega_rpm=linspace(1,600,200);...
約3年 前 | 1 件の回答 | 0
1
回答質問
Add zero decimal digits in order to have all the elements of a matrix with same number of decimal digits
How can I add zero decimal digits to a number in order to have the same number of decimal digits in the numbers of a matrix? For...
約3年 前 | 3 件の回答 | 0
3
回答質問
Insert blank cells in a matrix
How can I replace all the NaN values of a matrix with a blank space?
約3年 前 | 1 件の回答 | 0
1
回答質問
Select only determined rows in a matrix
I have a matrix composed of 200 rows and I want to copy in another matrix one every 10 rows obtaining a final matrix of 20 rows....
約3年 前 | 2 件の回答 | 0
2
回答質問
Plot of 2 matrix of same dimensions
If I have two matrixes of same dimensions, and I type: plot(A,B) The code automatically associates each row of matrix A to the...
約3年 前 | 1 件の回答 | 0
1
回答質問
Creation of a legend of a graph with a for loop
I have a graph containing different curves obtained at different velocities and I need a legend linking each curve to the relati...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Save figures with a variable name in a subfolder of current working folder
I want save figures with a name that is determined by the variables plotted and save them in a subfolder of current working fold...
3年以上 前 | 0 件の回答 | 0
0
回答質問
Why I cannot exit the for cycle with the "z" counter?
I want that if a certain condition is met the iterations inside the cycle where the condition is met ends and the external for p...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-1
I am stack to this error anyone can help me please: "Unable to perform assignment because the size of the left side is 1-by-1 a...
3年以上 前 | 1 件の回答 | 0