photo

Samer Husam


UNITEN

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

UNITEN
Professional Interests: Electrical engineering

Statistik

MATLAB Answers

22 Fragen
14 Antworten

RANG
5.305
of 300.365

REPUTATION
9

BEITRÄGE
22 Fragen
14 Antworten

ANTWORTZUSTIMMUNG
68.18%

ERHALTENE STIMMEN
7

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 3 Month Streak
  • Thankful Level 3
  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


number of element are not equal
Hi all; I am trying to predict the output of solar module by using the code below: % Va = module operating voltage (V) ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


axes coordinates for plotting figure
hi all, I have a curve function plotted in GUI axes. so is there is a way that can get the coordinates of the mouse in the b...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
plotting two curve in one axes
by using (handles.axes) so need to hold on this axes, if using hold on only its not working it will work only with plot(x,y) not...

etwa 13 Jahre vor | 0

| akzeptiert

Frage


plotting two curve in one axes
Hi all; I have to plot two functions in same axes these functions in two different pushbutton functions, the code so far is as f...

etwa 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Not enough input arguments error
the problem been solved by using (datetick), as following code: [num,T,vT] = xlsread('Excel.xlsx','Sheet1'); % rea...

etwa 13 Jahre vor | 0

| akzeptiert

Beantwortet
Plotting multiple graphs in one figure
try this: curve 1: x1,y1 curve 2: x2,y2 curve 3: x3,y3 figure (1) plot(x1,y1,x2,y2,x3,y3)

etwa 13 Jahre vor | 1

Beantwortet
Not enough input arguments error
when I am using this code : [num,T,vT] = xlsread('Excel.xlsx','Sheet1'); % read excel x = num(:,1); ...

etwa 13 Jahre vor | 0

Frage


Not enough input arguments error
Hi all; I am plotting data from excel file by using MATLAB these data are: x-Axis = time (from excel) y-Axis = power (fr...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


error when the input is zero
hi all, i am doing a code on MATLAB while the variable input is : T= Temperature G= irradiation but I am getting an e...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Failed on converting date string to date number
hi all, I have this code that I need to plot date data time vs power from excel, my code is as follow: [num,T,vT] = x...

mehr als 13 Jahre vor | 1 Antwort | 2

1

Antwort

Beantwortet
plot date from excel file
is it possible to use datetick function is this ?? please help...

mehr als 13 Jahre vor | 0

Frage


plot date from excel file
hi all, I am trying to plot power vs time in my program, these values are taking from excel file, but I am having different valu...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


plot excel data in MATLAB
hi all, I have two column in excel I want to plot them by using matlab, lets say I have first column from A1-A10 and second co...

mehr als 13 Jahre vor | 3 Antworten | 2

3

Antworten

Frage


Undefined function error for input arguments of type char
hi all, I am facing a problem when I run my code before it use to work well, but now its getting an error while i run, the e...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
loop for clock in MATLAB
hi all, first I would like to thank you all for your cooperation and I really appreciate it, its all get the work, but the one I...

mehr als 13 Jahre vor | 0

Frage


loop for clock in MATLAB
hi all, I wanna do loop for an output to be like this 12:00 12:15 12:30 12:45 13:00 13:15 13:30 13:45 ...

mehr als 13 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


setting the number of interval from popup-menu
hi all; I have three popup menu to set the time, first one to choose the starting time, second popup menu to set the end time...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Opening Password Protected Excel Files in Matlab
you can use this : xlsprotect(file,'protect_file',pwd2open,pwd2modify,read_only_recommended,create_backup) xlsprotect(fi...

mehr als 13 Jahre vor | 0

Beantwortet
protect Excel Sheet in MATLAB
xlsprotect(file,'protect_file',pwd2open,pwd2modify,read_only_recommended,create_backup) xlsprotect(file,'unprotect_file',...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
protect Excel Sheet in MATLAB
is there a function in MATLAB xlsprotect can be use?

mehr als 13 Jahre vor | 0

Frage


protect Excel Sheet in MATLAB
hi; I have some values that is saved in Excel by MATLAB. so I want to lock or protect the sheet before its been open to the use...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Open excel file that user defined the address of the file
hi all; how can I open excel file that user can set the path of it.. lets say I have and edit text for user to paste the addres...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


excel cell value
hi all, how can I check the value of a cell in excel ? something like: a= str2double(get(handles.edit1,'string')); i...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
loop for excel in MATLAB
thanks all for your help, but I can't make this work cause its not really clear to me.. so, is there another way to do it ? ...

mehr als 13 Jahre vor | 1

| akzeptiert

Frage


loop for excel in MATLAB
hi all, I want to save values from MATLAB to excel so I want to write a loop to check if the cell has a value or not, for exampl...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


write from MATLAB in to exist excel file
I have a problem when i want to want to save a value from matlab GUI (User Defined) into MATLAB. when I write the bath for the...

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
read string from excel file
thanks MR. Walter, but how can i write it in matlab please ??

mehr als 13 Jahre vor | 0

Frage


read string from excel file
Hi, I want to read text saved in Data sheet and display it on static text (GUI) . I am using this code but its not working: ...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Reading excel file in MATLAB (GUI)
a=xlsread(‘G:\Master\Program\Calculator\Data_sheet.xls’,'Sheet1','B5′); b=xlsread(‘G:\Master\Program\Calculator\Data_sh...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
Reading excel file in MATLAB (GUI)
any suggestions please ?

mehr als 13 Jahre vor | 0

Mehr laden