photo

Fiboehh


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

25 질문
11 답변

순위
9,661
of 297,503

평판
2

참여
25 질문
11 답변

답변 채택
76.0%

획득한 표
2

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


Cell to string
Hellow, i'm reading in data from an ascii file. And i get it with Inputpara = textscan(fid,'%s',14,'delimiter','\n'); % R...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


several slices of a 2D-image interpolate to 3D
Hey, I have several intersections of an object. Every image is a crossection of an object. The heigt between two images is known...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


fill up vector of matrices
Something very strange! I try to fill up a vector with matrices with values in read out of a microcontroller. The result is a ve...

거의 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Statusbar parallel with computation and motors
I tried to set my code for the motor and microcontroller between for p=0:0.01:1 and pause(0.2); but it doesn't work... Please...

거의 14년 전 | 0

질문


Statusbar parallel with computation and motors
Hellow, my programm works with two motors that acquite data and while this happens i want a statusbar in my gui to see how much...

거의 14년 전 | 답변 수: 3 | 0

3

답변

답변 있음
Error message not connected
The motors are connected like this: t = serial('COM1','BaudRate',57600,'DataBits',8,'Stopbits',1,'ErrorFcn','Fout opgetrede...

거의 14년 전 | 0

질문


Error message not connected
Hellow, im working with two motors for a project and they are connected via the Control instrument toolbox. Now i have used it i...

거의 14년 전 | 답변 수: 4 | 0

4

답변

질문


multiply and addition rows of matrices
I got a matrix p = [ 1; 2 ; 3; 4] so in general dimension p(m) (=4) and a matrix w(m,n) (=4,2) witch is w= [ 2 4; 6 8; 1 3 ; 5 7...

거의 14년 전 | 답변 수: 2 | 1

2

답변

질문


figure an matrix by image
Hellow, i have reconstruct an image of 16x16 pixels and all the pixels are in a vector of 256 elements P(256) , is it necessary ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


change dimension matrix
Hellow, i have problems to solve this two little things with matrices: to make from p(N,M) a vector p(N*M) for example p = [1 ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


save variables gui
Hellow, i want to save variables in my gui witch i ask in a checkbox,listbox,edit text and so on... i know how to select it, but...

거의 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
use of loop with matrix
super! it works, hero :D

거의 14년 전 | 0

질문


use of loop with matrix
Hellow i'm freaking out of matlab :p matrix D = [1 7 8 12 14 15] i want to use every value of the matrix in a loop. So the loo...

거의 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Save variables in gui
I was too fast to accept the answer. I have a fault message when i try: function ls_Callback(hObject, eventdata, handles) ...

거의 14년 전 | 0

질문


Save variables in gui
Dear, i'm strubling with the problem to save variables in a gui. I have an edit text with nothing in and when you type a number ...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


make several matrices in a for loop
Make various matrices in one for loop. Hellow, its problaly very easy but i cant find it nowhere. I want to make a program t...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


Save a file with own extension in menu GUI
Hey, my program generates a ascii file and i need a save function that can save this file with a name chosen by the user and the...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


hold precision number textscan
Hellow, i'm using textscan to extract info out of an ascii file. My ascii file has a precision of six numbers after the point. B...

거의 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Extract number out of a string in a cell
Thx man, it works fine. Many thanx!!

거의 14년 전 | 0

질문


Extract number out of a string in a cell
Hellow, i have a cell with dimension 14x1 and in every cell there is a string. My cell is like this: testobject // object ...

거의 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Visualisation 2D mesh grey values
Okj, i gone use surf() But how can i submit it must be a gray value? I tried surf(a,'Colormap',gray) but it gives a fau...

거의 14년 전 | 0

질문


take matrix out of ascii file
Hellow, i need code to get numbers in matrixes out of a ascii file. My file has a structure like this: name - figer date...

거의 14년 전 | 답변 수: 1 | 0

1

답변

답변 있음
open file in notepad via gui
Okj thx so much paulo, [FileName,PathName] = uigetfile('*.sin','Select the .sin-file') eval(['!notepad ' PathName ...

거의 14년 전 | 0

답변 있음
open file in notepad via gui
Okj that works but know i want to pick a .sin file out of a load window. You know how to do that? i tried m = uigetfile('*...

거의 14년 전 | 0

질문


select more choices in listbox GUI
Hellow, first of all, i use GUIDE to make my gui. My main code generates a few images but i dont know on forehand how mutch! And...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


open file in notepad via gui
Hellow, i search a method to open a file in notepad or another simple txt reader from a gui. So my code generates a ascii file ...

거의 14년 전 | 답변 수: 3 | 0

3

답변

답변 있음
CONNECT TWO .FIG IN GUI
Allright after 1 month i dont know how to do it. I'm a f*cking big noob. Maybe you can say me where the figure object in the ma...

거의 14년 전 | 0

질문


Visualisation 2D mesh grey values
Hellow, i need code for visualtisation for a 2D mesh. I have a matrix with grey values ( 0 to 1) and i have to visualate it acc...

거의 14년 전 | 답변 수: 3 | 0

3

답변

질문


add a matrix behind another
hellow, little noob question but i cant find it fast. I got two matrices and need to have 1 matrix the first followed by the se...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


function write numberous vectors out
Hellow, i want to write a function that generates a amount of vectors (projections) with length size. I have written this but i...

거의 14년 전 | 답변 수: 1 | 0

1

답변

더 보기