Réponse apportée
Variable declaration in matlab
Yes, when in you type in command window: a = 2; it's a number (in JAVA: integer) a = '2'; it's a string (in JAVA String)...

plus de 13 ans il y a | 0

Question


uitable
How highlight the current day on my uicalendar???

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Question


inline.inline at 47
Hello people, Can someone explain what's kind of error is this: inline.inline at 47 Input must be a string. P.S. I use...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Question


function min
How to see the code(algorithm) of function "min" in MATLAB??? Thanks

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Question


mysql&MATLAB
Mysql connection through MATLAB??? Thanks.

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
List box items
All your Items which you have in listbox put in an array then with for loop check if your item for adding is in listbox For exa...

plus de 13 ans il y a | 1

Réponse apportée
Matlab: Reading in data from an excel spreadsheet as a single integer
Edit your code with this: [~,message] = xlsread('someFile.xlsx', 1, entryF); your code seems to be OK

plus de 13 ans il y a | 0

Réponse apportée
Matlab: Reading in data from an excel spreadsheet as a single integer
Here is the right code for getting data from excel doc. [~,name] = xlsread('test.xlsx',1,'A1')

plus de 13 ans il y a | 0

Réponse apportée
Resize GUI problem
Zdravo Imaš odmah na početku kada ulaziš u GUI (guide) opciju - GUI with Axes and Menus. Mislim da je to rješenje tvog proble...

plus de 13 ans il y a | 0

Question


gui
how to get a value or index of row and column from table when by selection cell??

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


GUI listbox
I try to get selected value(string) from listbox in MATLAB. Is this code OK?? Here is my code: mousePos = java.awt.P...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
reading excel data, without knowing range
[~,leng] = xlsread('NEDC.xls','Sheet1', 'A:A'); %column in array l = length(leng); %length of column length_string = num2str(l...

plus de 13 ans il y a | 0

Question


MATLAB EXCEL
Hello guys! For example: This code will insert my name in A1 cell in Excel: xlswrite('test.xls',{'Aldin'},1,'A1'); ...

plus de 13 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
Exporting a 50 by 50 Matrix to excel
Here is the code of your problem: if you have : mat = [ 1 2 3; 4 5 6; 7 8 9 ; 10 11 12 13]; leng = length(mat);...

plus de 13 ans il y a | 0

Réponse apportée
Solving matrix of equations
I can solve your problem. *_Numerical mathematic_* If you are familiar with *approximation newton's method* you can solve it. Se...

plus de 13 ans il y a | 0

Réponse apportée
sqrt(2) 100 places and more
Here is the answer: phi = sym('sqrt(2)'); vpa(phi,100)

plus de 13 ans il y a | 3

| A accepté

Question


sqrt(2) 100 places and more
How to disply sqrt(2) to 100 decimal places in MATLAB or more than 100 decimal places???How to limit my precision

plus de 13 ans il y a | 4 réponses | 1

4

réponses

Question


MATLAB GUI working with TABLE (get and set data from table)
Hi ! These days i working in GUI and i have a problem with uitable(GUI) in MATLAB. I know how to store or display some data ...

plus de 13 ans il y a | 1 réponse | 0

1

réponse