photo

Aldin


2011 年からアクティブ

Followers: 0   Following: 0

Hi
I'm a third-year electrical engineering student. I know a lot of computer languages and technologies (e.g. JAVA, C++,...)
But I want also to learn MATLAB, that's the reason of the existence of my profile here.

統計

MATLAB Answers

17 質問
31 回答

ランク
1,742
of 300,765

評判
40

コントリビューション
17 質問
31 回答

回答採用率
64.71%

獲得投票数
13

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I create a single random number between two values?
It's very helpful.

14年弱 前 | 0

回答済み
error in large integers
Hi, use vpa functon for example: vpa('4045/2989',100) ---> for hundred digits

14年弱 前 | 0

回答済み
GUIDE GUI desing
For first problem: Write as Callback for your button this code: [a,b] = uigetfile open([b,a])

14年弱 前 | 0

回答済み
Accessing .sql database file
Look here for connection: <http://www.mathworks.com/matlabcentral/answers/32618-connecting-to-mysql-using-jdbc> and here f...

14年弱 前 | 0

回答済み
finding an item in an array
HERE IS THE COMBINATION OF Daniels AND my CODE: x = [1 2 2 2 4 5 5 3 3 2]; a = unique(x); [~,b] = unique(x, '...

14年弱 前 | 0

回答済み
Sort
Here: 0.5:0.1/20:0.6 Beacuase: (0.6 - 0.5)/20

14年弱 前 | 0

回答済み
finding an item in an array
Here is my solution: a = [ 1 2 2 2 4 ]; find(a==2) ans = 2 3 4

14年弱 前 | 1

回答済み
New Vector
Hi, i think you need 4 counters, in this case you code will be like this: Syb = []; counter1 = 0; counter2 = 0; counter3 =...

14年弱 前 | 0

回答済み
find a value & store in new variable (again)
Here, try this code: A = [ 2 1 3 2 4; 4 5 3 6 2; 2 3 5 3 6; 1 2 5 3 6; 3 2 5 2 5] for i = 1:5 if A(i,1) == 2 A(i,2...

14年弱 前 | 0

回答済み
Is there a way to save a variable created in a function to the workspace?
If you working in GUI i THINK that's impossible. It is an mistake in MATLAB because the data are not permanent as in Java.

14年弱 前 | 0

回答済み
Login and password in matlab
At first you have to know how to make a connection with ms - access in MATLAB. Than write a SQL Query for select all usernames a...

14年弱 前 | 0

質問


Karnaugh map
Karnaugh map - algorithm in MATLAB?

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

1

回答

回答済み
Matlab gives wrong determinant value of 2x2 Matrix without warning.
It depends of your MATLAB version. My version is MATLAB 7.9.0 (R2009b) - worked a charm. By me the result of matrix is 2.

14年弱 前 | 0

回答済み
Connecting to MySQL using JDBC
At first you need to copy/paste your driver (jar file: mysql-connector-java-5.1.18-bin.jar in in this folder (by me): *C:\Progra...

14年弱 前 | 3

| 採用済み

回答済み
Field text- number
I have tested my code: set(handles.edit1,'String',num2str(4.5)); It's correct.

14年弱 前 | 1

| 採用済み

回答済み
logical indexing
but what if you haven't only '1' and '0' in b array. I think it's better my first solution or second &Onomitra Ghosh his code w...

14年弱 前 | 0

回答済み
logical indexing
Here: for i = 1:5 if b(i) == 1 disp(a(i)) end end :)

14年弱 前 | 0

質問


matlab compactibilty
Hello people, Here is my problem: I have created jar file in MATLAB and i use this jar file in JAVA (NetBeans). Here is...

14年弱 前 | 1 件の回答 | 1

1

回答

回答済み
jar
Here is the answer: file:///C:/Program%20Files/MATLAB/R2009b/toolbox/javabuilder/web/demos/using-builder-ja.html

14年弱 前 | 0

| 採用済み

質問


jar
Please send me the video from MATLAB help about jar files in NetBeans. Or please explain me how to use jar file in NetBeans. I ...

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

1

回答

回答済み
bug in matlab 2010b, trig functions (cosd, sind etc.)
The result is consistent for MATLAB 1.9. (R2009b)

14年弱 前 | 0

回答済み
load matrix from *.txt file
Hey you! Use excel file is much easier and better than txt. If you want i can write for you the algorithm how to do this in w...

14年弱 前 | 0

| 採用済み

回答済み
Reset Button Gui
You can try this code: Callback for your RESET BUTTON: set(handles.edit1,'String','') ('' - is empty String)

14年弱 前 | 0

質問


mp3
Does MATLAB support mp3 files. I mean how to play mp3 file in MATLAB.

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

1

回答

質問


Hungary algorithm
Is there in MATLAB function for Hungary algorithm Thanks

14年弱 前 | 4 件の回答 | 0

4

回答

回答済み
Help me: edit box
Do you mean: you have edit box , and button when you click on button the CHAR variable must be increased??

14年弱 前 | 0

回答済み
problem with if condition
Solution: Here, try this algorithm: clear all t=0:0.1:1; k=length(t); a=0; for i=1:k b = ...

14年弱 前 | 0

| 採用済み

質問


WEB
Can we use MATLAB for web developing? I use NetBeans for web developing in Java server page. Can i use MATLAB code in NetBeans...

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

1

回答

質問


deploytool
I want to create a jar file in MATLAB. But i get this message: 'javac' is not recognized as an internal or external command, ...

14年弱 前 | 1 件の回答 | 1

1

回答

質問


Sockets
Sockets in MATLAB - how to implement?

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

1

回答

さらに読み込む