Community Profile

photo

Valentino


2015년부터 활동

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Textscan blanks disappears from file
Had to add input = textscan(fileID,formatSpec,'delimiter','\n','whitespace','');

대략 6년 전 | 0

| 수락됨

질문


Textscan blanks disappears from file
Hi guys, when i read my text file which looks like this: 0.0000 0.3826004 0.0100 ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how many rows of an image form 1 feet
You have got the pixel in your pic. Now you need a calibration scale, something like 1 feet are 1200 Pixels (for instance).

7년 초과 전 | 0

| 수락됨

질문


TIFF (Tagged Image File Format) Compression
Hi, i'm using imwrite(my_img, fullfile(Path,Name), 'tif','Compression','none'); to save my image and i want to com...

7년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
Two y axes in subplot
yyaxis(ax(1),'left') plot(ax(1),x1,y1,'Color', Color_left) set(ax(1),'ylim', [0,300]) ...

거의 8년 전 | 3

답변 있음
HOW TO PLOT A LINE GRAPH AND TABLE FOR THE DATA BELOW
i guess you have the data in a txt file so you will have to use textscan and then plot input = textscan(fileID,'%s%f...

거의 8년 전 | 0

| 수락됨

답변 있음
How can I ask for a question with questdlg and allow the user to rotate a figure at the same time?
As i had problems editing the standard questdlg, in this code you just have to Change WindowStyle from modal to normal and it wo...

거의 8년 전 | 0

질문


'save as' command
Hello I'm searching for a command in my GUI(with guide) to save the data in a file which is named by user Input. I would like to...

8년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
GUI Warning before closed
My solution: write this in the second function written by guide (my_gui_OpeningFcn): set(handles.figure1,'CloseRequ...

8년 초과 전 | 0

| 수락됨

답변 있음
Export Matlab Plots into sheet
Solved it by using subplot and then print. See my Code subplot('Position',pos.pos7) plot(true_stress,true-strain...

8년 초과 전 | 0

| 수락됨

질문


GUI Warning before closed
Hello, would like to have a warning ( " Data saved yes no") before my GUI (made with guide) is closed. I can't figure out whe...

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

3

답변

질문


Export Matlab Plots into sheet
Hi guys, I want to make a Sheet(which can be opened without Matlab) where my plots a saved. For example i got 3 plots and want ...

대략 9년 전 | 답변 수: 3 | 0

3

답변

질문


How to pass a struct between callbacks in GUI?
Hello, i want to load a file(.mat) which has a struct in it in my GUI. There is one button for picking the file and loading it a...

대략 9년 전 | 답변 수: 1 | 0

1

답변