polo Mahmoud
Followers: 0 Following: 0
Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
189.916
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.94%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
load txt file in matrix into matlab
how to load this into matlab from a txt file: [1 2 1 E A Iy Iz Ix J 2 3 2 E A Iy Iz Ix J 3 4 ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
fmincon help to finde a value for x that make the difference as close to zero as possible
Hi i want the difference between F_experiment and F_numerisk be close to zero by using fmincon function [J] = functest(x); ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
can't open or unistall matlab
Hi i have matlab 2019a and when i try to open it is says: " can't open fail code: 0xc0000006" i have tried to unistall it but ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make drawnow for this figure
Hi How do i make my figure plot from this to its negative point, so the figure goes back and forward ( the red line on the upl...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
plot figure in gui guide, to axes
Hi i want to plot a figure to axes in gui guide, but only the legend is showing and the xlim and ylim is not auto, i goes fro...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
input vector fra edit text in guide GUI
I have used this code: MVSENS=str2double(get(handles.edit27, 'String')) it works fine for a single number like eg. 25, but i ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
shows table in gui panel
Hi I have made this code to show my table in gui, but the table just pops up and does not show in the gui application handles....
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
load matrix with variable from text file using fileread
Hi I have a matrix eg : [ 1 2 3 J 4 5 6 J]; I want to load this into matlab but the letter turns into NaN, i want to ...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
add to a vector by plus 1 and plus 2
hi if you have a vector like this: X = [1;2;3]; and want to plus number 1 with 1 and number 2 with 2 ect. can this be done i...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab guide how to show table with text
Hi i want to show this table like in the figure below in my matlab GUI application.
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
uigetfile and fileread combined
Hi i can open my file by use of S = fileread('coord.txt') but i want to combine this to my other code where i use [filena...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
i want to make a user input file where the matrix would be loaded into matlab
Hi i want a text file (txt-file) where the user eg. writes txt file start: A = 30; IX = 10; % A = [ 1 2 3 IX 5 6 7 IX] ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix with characters and numbers from text file
Hi, if I have a txt. file with 2 different matrix in the text. file and i want them to be read into matlab, eg: this is from th...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
read matrix from txt. files
Hi, if I have a txt. file with 2 different matrix in the text. file and i want them to be read into matlab, eg: this is from th...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add a +1 to some of the numbers in a matrix
Hi i have a matrix: A = [1 2 3 4 5 6 7 8 9 10 11 12 7 8 9 10 11 12 13 14 15 16 17 18 13 14 15 16 17 18 19 20 21 22 2...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to add a row and column to a matrix ?
eg. A = [1 2 3 4 5 6 7 8 9]; and transform it to; A = [1 2 1 3 ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
GUI: How do save data from one callback to another ?
Hi i want to save my data from one callback and use that in other callback. eg. i have 2 button, one to run the first callback ...
alrededor de 5 años hace | 1 respuesta | 0