Chalisa Mawla
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Add equations to my polynomial fit on the graph
%I wanted to plot 5 points and make a fit of y=ax^2+bx+c. However, the disp part (in bold) is not working properly. Not only...
2年以上 前 | 2 件の回答 | 0
2
回答質問
How to plot a function on an existing plot
I have this code 'bandstructure' that allows me to plot data from 101 files and gives 680 nm TM.fig. I also have this code 'plo...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Create an array in workspace from multiple files
,filenames={'kx 10.txt','kx 20.txt','kx 30.txt'} for i=1:numel(filenames) load(filenames{i}); %print(filename...
2年以上 前 | 1 件の回答 | 0
1
回答質問
2-D colormap (loading .txt files)
I have the following code from my last assignment. The file names and types have been changed. The files like kx 0.txt and kx ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
2D color map change the input of y axis
I have this script that will compile the data in each file into a 2D color map. I wanted to change the value of the y axis...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Invert Y data (Y axis)
Hi, I have this script that will take data from 31 files, and make a colormap. I wanted to invert the y axis so that the 400...
2年以上 前 | 1 件の回答 | 0