Lolipop
Electrical Engineering
Followers: 0 Following: 0
統計
MATLAB Answers
16 質問
0 回答
ランク
of 168,436
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to run KS test with Dagum distribution
I have generated x numbers with Dagum distribution using inverse cdf method and now I want to run ks test but I constantly get t...
10年弱 前 | 1 件の回答 | 0
1
回答質問
How to get specific signal from an audio file
I am trying to extract Electrical Network Frequency signal and plot it like frequency vs time from an uncompressed audio file (....
約10年 前 | 1 件の回答 | 0
1
回答質問
How to conncet two images?
Hi! I would like to know is there a way to connect two images. So when user picks the image (e.g mar-001-100) from one direct...
10年以上 前 | 2 件の回答 | 0
2
回答質問
How to add text in plot?
Hi I am drawing TE and TM waveguides in matlab so I use this code: for i=1:length(cc) nameofmode=strcat(mat2str(cc(i)),...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to get default values in pop up menu GUI
Hi! I have read parameteres from .txt file to pop up menu with code: set(handles.popupmenu1,'String',namepar('parametres.t...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to convert string with complex numbers to matrix
Hi everyone! I have read matrix from the text file and got string like this: A= 5+6i 3-2i 1-i @ 4+i 2-0.2i 2.5-1.3i @ ...
10年以上 前 | 4 件の回答 | 0
4
回答質問
How to make visible static text by clicking on check box?
Can anyone tell me how to make visible static text in GUI clicking on check box? I made check box and static text,but text is...
11年弱 前 | 1 件の回答 | 0
1
回答質問
How to adjust image size in GUI
Hi! I'm solving this problem in Matlab GUI I'm trying to show to images in the same uipanel one over another for example fir...
11年弱 前 | 1 件の回答 | 0
1
回答質問
How to show title and xlabel on the bottom of every image?
Hi I'm trying to show images with subplot in uipanel with their name and ordinal number at the bottom of the images and I am ...
11年弱 前 | 3 件の回答 | 0
3
回答質問
How to make next page in GUI
Hello I am making image browser and I have problem with button _Next Page_ everytime when I press button next page I want to ...
11年弱 前 | 3 件の回答 | 0
3
回答質問
Showing GIF images in GUI
I have gif images which are all black and white and I am trying to show them using this code: for j=1:12 [I cmap] = imre...
11年弱 前 | 1 件の回答 | 1
1
回答質問
Displaying images in uipanel
Hi! I am trying to display images in two panels. I made push button and two panels with axes in it So this is my code: [f...
11年弱 前 | 1 件の回答 | 2
1
回答質問
How to convert string to matrix
Hi! From text file I have read matrix and I got string A=55 3@ 4 5@ 47 89@ 33 12@ where '@' means it's new row. How w...
11年弱 前 | 3 件の回答 | 2
3
回答質問
How to make string from matrix?
Hello everyone.. Can anoyne help me with this.. I have matrix with dimension 662x2 for example y=[111 20;123 43;117 89;....
11年弱 前 | 2 件の回答 | 0
2
回答質問
How to read specific part of the text file?
So, I have text file in Notepad data.txt which contain all information about some image for example * image1.gif * gif * 2...
11年弱 前 | 1 件の回答 | 0
1
回答質問
How to load N images in 4 axes GUI Matlab
So my question is how am I going to load N images in 4 axes..I made push button and four axes so I can load one image and put it...
11年弱 前 | 1 件の回答 | 0
