Community Profile

photo

Emilio Pulli


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3
  • First Answer

バッジを表示

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...

2年以上 前 | 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...

2年以上 前 | 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?

2年以上 前 | 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...

2年以上 前 | 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...

2年以上 前 | 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);...

2年以上 前 | 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...

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

3

回答

質問


Insert blank cells in a matrix
How can I replace all the NaN values of a matrix with a blank space?

2年以上 前 | 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....

2年以上 前 | 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...

2年以上 前 | 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...

2年以上 前 | 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...

2年以上 前 | 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...

2年以上 前 | 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...

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

1

回答