photo

Elif


Ege University

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

7 Domande
2 Risposte

Cody

0 Problemi
7 Soluzioni

RANK
101.476
of 301.229

REPUTAZIONE
0

CONTRIBUTI
7 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
0

RANK
 of 21.201

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
48.738
of 173.547

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
80

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Risolto


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

quasi 11 anni fa

Domanda


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

quasi 15 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 15 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 15 anni fa | 1 risposta | 0

1

risposta

Risposto
how to fetch data from table?
thanks for everything.

quasi 15 anni fa | 0

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

quasi 15 anni fa | 0

| accettato

Domanda


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

quasi 15 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 15 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 15 anni fa | 5 risposte | 0

5

risposte

Domanda


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

circa 15 anni fa | 1 risposta | 0

1

risposta