photo

Stefanie


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
18,055
of 300,352

REPUTATION
2

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
72,463
of 168,212

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to create an empty struc with fields of a given struct?
I have a struct A with many fields: A.a A.b ... A.z Now I want to create a struct B, with the same fields: ...

11 years ago | 4 answers | 1

4

answers

Question


Convert char fields of structure into a cell array
I have a structure with fields like A(1).a='A01' A(2).a='A02' A(3).a='A03' Now I would like to convert this struct...

11 years ago | 1 answer | 1

1

answer

Question


Extract length of data in a structure
I have a structure with arrays of different size inside: STRUC(1).meas=ones(101,2) STRUC(2).meas=ones(34,2) STRUC(3)....

12 years ago | 3 answers | 0

3

answers

Question


fittype with user defined fit-function
I have data where I create a fit from: fit_curve=fit(x,y,'smoothingspline'); % x, y long vectors This fit I use ...

12 years ago | 0 answers | 0

0

answers

Question


join with more keys and many files
I am looking for an easy way to join more than 2 datasets with several keys: my datasets have the colums: x, y, Par. The da...

12 years ago | 0 answers | 0

0

answers

Question


Colorbar cannot be added to another colorbar.
I have a GUI with several contour maps and colorbars related to these contour maps. I would like to choose and change the data ...

13 years ago | 1 answer | 0

1

answer