photo

Elif


Ege University

2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

7 質問
2 回答

Cody

0 問題
7 解答

ランク
101,476
of 301,234

評判
0

コントリビューション
7 質問
2 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,204

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
48,740
of 173,580

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

スコア
80

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

11年弱 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

11年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

11年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11年弱 前

質問


dynamically change data at uitable
hi, how can i cahange data in uitable dynamically? i use " keep the current data value" at property inspector. but uitable uses...

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

1

回答

質問


insert mfile output data to uitable?
hi, i run mfile from gui and the the output is a matrix. i want to write the output to uitable. but the output matrix is not ...

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

1

回答

質問


save gui figure by name
hello, i use saveas funct?on to save gui figure. i try to get saving name with inputdlg. but i cant use variables with saveas ...

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

1

回答

回答済み
how to fetch data from table?
thanks for everything.

15年弱 前 | 0

回答済み
how to fetch data from table?
thanks a lot. but i solved the problem by using uitable from guide. but now i have another problem. i get matris from table usin...

15年弱 前 | 0

| 採用済み

質問


how to fetch data from table?
hello, i want to fetch data from two tables. i created the tables but i dont know how to fetch the datas. function [z] = ...

15年弱 前 | 3 件の回答 | 0

3

回答

質問


communication between gui and power world simulator?
hello, i am making a project about power systems. Is there any way that power world simulator can communicate with matlab gui? ...

15年弱 前 | 0 件の回答 | 0

0

回答

質問


warning: badly scaled matrix
hello i have a problem about this code: ---------------------------------------- this is the main code: ------------- ...

約15年 前 | 5 件の回答 | 0

5

回答

質問


The value assigned to variable <variable_name> might be unused
hello, I have this function function TransmissionLineData nphc =3; ngw = 0 ; resis(1) = 0.1379/1000 ; .... i recei...

約15年 前 | 1 件の回答 | 0

1

回答