Statistiques
RANG
107 055
of 300 788
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
76.92%
VOTES REÇUS
0
RANG
of 21 091
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 083
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Adding extension to fille
I wrote such code that imports multiple files: Folder = 'Data'; FileList = dir(fullfile(Folder, '**', '*.txt')); Strings = ...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Colormap with "hold on" on one axis
I have such code: h=trisurf(triB, x, y, z, 'FaceAlpha','0.8'); hold on h1=trisurf(triS, x1, y, z, 'FaceAlpha','1.0'); axis v...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
3D graph from scatter
Hello, I have such a piece of code: n=1; i=0; while i<iFileB Bl=B{1,n}(:, 1); Br=B{1,n}(:, 2); Sl=S{1,n}(:, 1); S...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Contour3 problem with data arrays
Hello, I would like to use a contour3 function. However, I'm not sure whats the proper way to use it on my data. I have eleven...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Import file from subfolders
I am struggling with finding a proper way to import files from subfolders. I have a main folder (only with matlab files) and sev...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Plotting a specific part of the array
I have a problem with plotting a specific part of the array. I have 3 arrays x(1,n), y1(1,n) and y2(1,n). Values in arrays y1 an...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
common tangent of double-well function
Hello, I have a complex problem and I am looking for a way to solve it using existing functions. Let say that I have a double...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Look for minimum value in array
Hello, I have a function like this: i=1; Min=ones(1,200); while i>=200 min_y = min(y(:,i)); pos_y = find(y(:,i)==min_...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Matrix division "in scalar way"
Hello, I have following formula X=Y/(Z*2); Where Y is a vector predefined 1x200 - let say 1, 2, 3, 4, 5 .... 200 Z is als...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Building array with custom function
Hello, I am facing a problem with building an array using a custom function. I would like to transfer a task from the main scr...
plus de 5 ans il y a | 1 réponse | 0
1
réponseMatch function in matlab
number = min(DataOutput(:,32)); position = find(DataOutput(:,32)==number); matchingx = DataOutput(position,1) Works just fine...
presque 6 ans il y a | 0
| A accepté
Question
Match function in matlab
Hello, I am looking for a function that corresponds to the excel "match" function. I have an array of (n,32) where n is sated ...
presque 6 ans il y a | 3 réponses | 0
3
réponsesQuestion
Grabbing number from array to calculate the numerical derivative
Hello, I ma looking for solution that will allow me to calculate a derative (in numerical way) from data from array. I have an...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Output for while loop
Hello, I wrote a script that gives roots based on the Newton Raphson iteration. However, it is looped for changing one factor (...
presque 6 ans il y a | 1 réponse | 0
