Question


Error expected name must be a scalar
This is the error: Error using map.internal.kmlparse (line 35) Expected Name to be a scalar. I received this when I try to e...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


Call back a line from edit text box
Hi,how can I call back a line from an edit text box which gatter datas(trough a push button with sprintf) from multiple edit tex...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


True north-based azimuths
Can I automatically find True north-based azimuths based on certain value of an azimuth from a refference point ? Let's say if ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Writting multiple files with fopen 'w'
fileID = fopen('text\test.txt','w'); fprintf(fileID,'Comments:'); fclose(fileID); Hi, What can I do to not overwrite the pre...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Function 'subsindex' is not defined for values of class 'cell'
TIP1 = {'ITS A GREAT CAR'}; setappdata(0,'TIP1',TIP1); TIP2 = {'ITS A USUAL CAR'}; setappdata(0,'TIP2',TIP2); function popup...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Get value of a variable
-file display.m- TYPE1 = {'AUDI','MARIA OWN THIS GREAT CAR'}; selectedCar = handles.popupmenu1.Value; switch selectedCar ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Small issue with some selection
Two popup's and one edit text box First popup function popupmenu1_Callback(hObject, eventdata, handles) AUDI = {'Jhon', 'Mari...

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


How to show one value from two popup menu strings
Hi, I want to help me in understanding a situation. Let's say I have two popup menus with same values (Audi, Mercedes, Skoda) ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


GUI transpose code encounter some errors
Hi guys, I have a code for store and compare photos in a DB and its works fine clc; clear all; close all; %% Taking an Imag...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How do i read binary file
Hi guys, I have to read from a binary file and transform to decimal for example the first 8 groups at 8 bit level and the fol...

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

1

réponse

Question


How to Display a message in a separate window
Hi guys, I need to Display a message of an eventualy error in a separate window. I create an app based on gui interface but some...

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

1

réponse

Question


Dimensions of matrices being concatenated are not consistent ?
% How can I display the result in the following example. Not all time the strings are equals, %but I need to display one below ...

presque 4 ans il y a | 2 réponses | 0

2

réponses

Question


how to import from a csv with a different file name?
Hi guys! I need to import a different data's from a lot of csv. In this example is about frews.csv. Every file has a differen...

presque 4 ans il y a | 2 réponses | 0

2

réponses

Question


How to hide Matlab in background?
There is a possibility to hide Matlab console in background when run an interface based on Matlab which called some functions?

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to match multiple specific string and display ?
I have a cvs with one column and must to find multiple rows containing the same 3 values. Ex: In sample the string [100 10 10]...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


How can I assign a variable to a string?
I have a mat file containing a table one column with numbers from 1 to 50, I just want to assign avariable to first column an th...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How can I round numbers from a column?
Hi, I have: load('work.mat'); C = T(:,2);%read second column C{:, 1} = regexprep(C{:, 1}, '[(ms)]', '');%eliminate text afte...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How can I display specific number string ?
Hello guys ! I need to import from a .csv and display only 10 numbers(bold ones) preceded by a certain 3 numbers(underlined) str...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to delete specific text from multiple cell in a column ?
Hi! I have the following column : 21.15 (cd) 42.12 (cd) 24.45 (cd) .............. It must show like this, without bracke...

presque 4 ans il y a | 1 réponse | 0

1

réponse