Community Profile

photo

polo Mahmoud


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort