Community Profile

photo

Andre


Last seen: 1 day ago Active since 2023

Statistics

All
  • Thankful Level 3
  • First Answer
  • Solver

View badges

Content Feed

View by

Question


can i somehow get the connections and dependencies involving several scripts ?
hi, i have a skript in my hands, that uses of around 50 selfmade functions. my problem is, that many of them have near a dozen ...

5 months ago | 1 answer | 0

1

answer

Answered
Matlab in AVX2 mode (for AMD CPU's)
sry to necro this thread, but i was searching for AVX512 in this regard, but didnt find a definite answer to this. is AVX512 sup...

7 months ago | 0

Question


how can i get excel to use the time vector of a timetable properly ?
hi :) i am having a script, where i automatically create timetables, cause they are so awesome and useful and after that i cr...

8 months ago | 2 answers | 0

2

answers

Question


set number of ticks at any given time
hi, i am searching for something to set the amunt of ticks to a fix value of a plot. the reason is, right now im plotting liv...

9 months ago | 2 answers | 0

2

answers

Question


using set to plot within a for loop, having trouble with setting up multiple plots (set title, subplots etc.)
hi everyone, the use for this is to plot "live" data gathered by sensors. i made a test script so i can test animated lines a...

10 months ago | 2 answers | 0

2

answers

Question


exporting to pdf from live script does not include control elements
hello everyone, i wanted to make use of the live script and the export function, to export the plots i made as well as the us...

10 months ago | 1 answer | 0

1

answer

Question


textscan does not scan the text as accurate as strread, i have "errors"
Hi everyone, i have a string with several values from an alicat as input and i want to cut into several values using textscan. ...

10 months ago | 3 answers | 0

3

answers

Answered
save several plots in seperate files within a live script
i said in a response that i did post the error, but for some reason its not been posted, it was there before i had sent the post...

10 months ago | 0

Question


save several plots in seperate files within a live script
hello there, i have a live script which plots the results at its end. it creates a new figure and title and so on. now i want...

10 months ago | 2 answers | 0

2

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11 months ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

11 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 months ago