Estadística
7 Preguntas
2 Respuestas
0 Problemas
7 Soluciones
CLASIFICACIÓN
101.467
of 301.204
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.191
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
48.702
of 173.368
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
casi 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 11 años hace
Resuelto
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 ...
casi 11 años hace
Resuelto
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...
casi 11 años hace
Resuelto
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:...
casi 11 años hace
Pregunta
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...
casi 15 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 15 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 15 años hace | 1 respuesta | 0
1
respuestahow 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...
casi 15 años hace | 0
| aceptada
Pregunta
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] = ...
casi 15 años hace | 3 respuestas | 0
3
respuestasPregunta
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? ...
casi 15 años hace | 0 respuestas | 0
0
respuestasPregunta
warning: badly scaled matrix
hello i have a problem about this code: ---------------------------------------- this is the main code: ------------- ...
casi 15 años hace | 5 respuestas | 0
5
respuestasPregunta
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...
alrededor de 15 años hace | 1 respuesta | 0

