photo

Muha


Last seen: 14 days ago Active since 2024

Followers: 0   Following: 1

using matlab in the most unintuitive way possible...

Statistics

All
MATLAB Answers

6 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
93,665
of 297,457

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
116,609
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Question


How to save contourf data and not plot it for running efficiency?
I have prepared data for finding a contour line on the contour map. However, I have to run thousands of simulations and most of ...

3 months ago | 1 answer | 0

1

answer

Question


How to replace the missing values in cell array with previous ones?
I have created a cell array in which I have input values at indices to mark the change points based on which I will later use to...

4 months ago | 3 answers | 0

3

answers

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

4 months ago

Question


How to extract date time from format unique to InputFormat?
I have data set extracted in the form ´05/17/24 04p:48:15.8148625´. These data sets are not fond in the InputFormat list, contai...

4 months ago | 3 answers | 0

3

answers

Question


How to fill-in a smaller table into a larger (empty) table with a sorted variable?
I have extracted smaller tables from large data for further analysis. After extraction, the table needs to be sorted and has mis...

5 months ago | 2 answers | 0

2

answers

Question


How to smoothen the noisy part of the data?
I have taken out 10 examples of data sets. These data sets show gradual variation except towards the end where they show haphaza...

6 months ago | 1 answer | 0

1

answer

Question


How to filter out the noisy portion of contourf plot?
The code below shows a ´contourf´ plot load('impdta.mat') [C,h] = contourf(x1,y1,ua, 'ShowText','on',FaceAlpha=0.3,EdgeAlpha...

7 months ago | 3 answers | 0

3

answers