Statistik
RANG
10.502
of 295.495
REPUTATION
4
BEITRÄGE
24 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
87.5%
ERHALTENE STIMMEN
3
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
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
Feeds
Frage
'Or' statement in matlab?
How can I do this without using else if?: if balls == 0 & ( x > 5 OR y > 7) run xscript end Thanks,
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Memory during a loop
Hi, If I run Clear All during a loop, will it also clear the loop value? Thanks,
etwa 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to check if a file of certain type exists in folder?
Hi All, How can I check if a .pdf file exists in a folder I know I can use the Exist command if I know the full filename,...
etwa 12 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to use DIR function
I'm using this code: MatFileDirectories = MatFileDirectories(1) MatFileDetails = dir(MatFileDirectories) but I get t...
etwa 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Converting to different date format
Hi, I would like to convert this date: 2012-09-01 to 2012-9-1 How can I do this? Thanks,
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Logic to copy files into specific locations
Hi there, I need some help with creating a script that can copy and sort files into there respective folders. 1. I have a ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Running macro within vba project from Matlab
Hi, I'm using this script in matlab, it works perfect: excelObject = actxserver('Excel.Application'); excelObject.Workbo...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to control cutepdf software from matlab?
My matlab script churns out a pdf file full of plots, it also controls excel to churn out another pdf file, I need the two to be...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to search pathname for string
Hi, I'm using this code to give the filepath of the selected file: [FileName,PathName,FilterIndex] = uigetfile Pa...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortHow to call a matlab function from an excel macro
I can do basic things like plot graphs, create variables using this script but as soon as I tell it to run a script it freezes a...
mehr als 12 Jahre vor | 0
| akzeptiert
Frage
Making Cumulative Difference Calculation
Hi, I have a parameter with a column of data like this: RunTime: 3779024.8; 3779025.8; 3779026.8; 3779027.8...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to call a matlab function from an excel macro
Hi, I'm creating an excel vba macro. I want to call and open matlab with a specific function by clicking the macro. Is thi...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding correct data row in excel data file
Hi, I have excel data files which I read and process in matlab, sometimes the logged data shifts and starts at row 10 instead...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
datestr not working properly
Can someone explain this? >> raw(3) ans = '22/07/2012 18:26:17' >> datestr(raw(3), 'yyyy-mm-dd ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Converting Date: '09/07/2012 23:22:01' into filename friendly format
I have script that creates a variable filename for output pdf files, I want to insert dates into the filename but cannot as they...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating Variable Output Filename
Hi, I have a script that generates a pdf full of plots. I would like the output filename *.pdf file to be automatically name...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to simplify IF commands
How can I simplify this? if a==1; T=S(1); end if a==2; T=S(2); end if a==3; T=S(3); end if a==4; ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Saving displayed text as text file
I have some certain warnings in my script which appear if a certain condition is fulfilled eg; G = find(P_Trigger_State == ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Subplot line colors
How do you automatically change the colours of lines in subplots? Its too much hassle manually setting the colours I tried...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subplot spacing
Following on from my last question, Does anyone know how to decrease the spacing between multiple subplots? I have tried remo...
mehr als 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Subplots limit
Is there a limit to how many subplots you can have in a A4 sized landscape pdf? When I save my plots as pdf it only seems to ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Clear all
I have long script which consumes a lot of memory, so part way through I have included the Clear All function to free up memory ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Title Page in Matlab Generated Pdf
Hi, Is there any way to add a title page to a pdf file generated by matlab? I have a script that plots a load of graphs an...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Saveas (visible, off)
Hi I'm working on a script that creates a load of plots then saves them as individual fig files as well as all into a pdf file. ...
mehr als 12 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
Numbering Plots
Hi, I have a script that generates a list of plots and outputs it as a pdf. Now sometimes I have to reorder the plots whic...
mehr als 12 Jahre vor | 1 Antwort | 0