photo

Christoph


Oesterreichische Nationalbank

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Create waitbar without opening new window
I know how to create/use a waitbar in Matlab, but what I don't like is that it opens a new window. I have a routine that runs fo...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Risposto
Problem writing decimal number to Oracle DB number field
I actually managed to solve it myself. For some reason, the database does not accept NUMBER-fields created without a scale (= nu...

quasi 9 anni fa | 0

| accettato

Risposto
matrix multiplication after a for loop
This should do it: b=1; c=5.12; d=3.04 dz=0.1 G=1.2 L=10 F0=[0,b;c,d]; F =[0,b;c,d]; for i=1:100 ...

quasi 9 anni fa | 0

Domanda


Problem writing decimal number to Oracle DB number field
I am having problems writing numeric values to a database using the DB toolbox. Consider the following example: conn = data...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Tables: Join on numeric keys
Is there a way to do a join on tables using numeric variables as keys? I get the following error message: Left and right ke...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Tables: Left Outer Join without changing key names
Suppose I have two tables: a = table({'a';'b';'c';'d'},[1;2;3;4],'VariableNames',{'Key','Var1'}); b = table({'a';'c';'e'...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Plots, Legends - Version compatibility issues in R2014b
I am struggling to use some code for producing graphics written by someone else in an earlier version (around 2013), in particul...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Copyfile with long path names
There seems to exist a limitation for the length of the file path when using the copyfile-command (something like 260 characters...

oltre 11 anni fa | 3 risposte | 3

3

risposte

Domanda


Publish: make comments appear in published document
I am using the publish function to create a documentation for my program. I am using code cells (lines starting with %%) to crea...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Edit line in text document
Is there a way to change one line in a text document? My impression is that with fopen and fprintf there is no way to just edit ...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


publish depfun in separate files, split by code sections
I have created a program that consists of several (100+) functions which are each called from one main routine file. I would lik...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Get names of input variables - problem with inputname()
I realize that this may look like bad practice, but the way my program works it seems like the most workable solution: I only ha...

quasi 12 anni fa | 0

Domanda


Get names of input variables - problem with inputname()
I would like to use the variables passed to a function with the variable names that were used during the function call (with a v...

quasi 12 anni fa | 2 risposte | 0

2

risposte