Aj
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
25.962
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Run scripts with a script
Hello guys, I tried to write a scipt (i call it "central"), where i can run other scripts in subfolders. % "central" addsub...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Problems with mldivide,\
Hello guys, i have a A*x= B equation and filled my matrices with random numbers. I used \ to get the results for x. But when ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
problems with import txt files as Matrix
Hello guys, I want to import a txt file in Matlab as matrix. The txt-file looks like: 0,5 1,2636e-003 -60,13 6,2933e-004 -...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot like the inserted picture?
Hello guys, I want to plot like the picture below in matlab: Is it possible in Matlab? In X-Axis is the Frequency. Eve...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Saving textfiles in a other folder
Hello there, I try to open a text file in a other folder, replace "," with "." and to close and save. It works, but the new ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiplying 3D matrices
To 3d-Matrix: How can i multiplicate two 3d-Matrizes? When i use following code: A1=[1,2;3,4]; B1=[5,6;7,8]; C1=[9,10;11,1...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Summation of n-th columns of multiple matrix.
I try to summate the 4th colums of this 15 matrices. I use following code: P{1}=[0 18 0 0]; P{2}=[31 20 0 0]; P{3}...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
get values from a table
I have a question: I have this table: Lemon Banana Apple Andy 1 5 8 Roman 6 ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a result summary???
I create a calculation-app and and after the calculation, I want result summary with all calculated results and interim result...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Get Values from other m.file via dropdown
In one m.file is a simple gui with a popupmenu with 4 options (C25,C35,C45,C55); In the second m.file is: %C25 Rm=500; ...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Value from popup for a another calculation
function popupmenu3_Callback(hObject, eventdata, handles) contents = cellstr(get(hObject,'String')); Werkstoff= conte...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Difference between String and Value
I am new working with GUIs. My Question is, when I use String and when i use value? I dont understand the difference. set(han...
alrededor de 7 años hace | 3 respuestas | 0