photo

Alessandro Renna


University of Salento

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
64 146
of 300 365

REPUTATION
0

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


print decimal with comma instead of point
Hello, I need to save a .txt file with data of a matrix M like 1 1 -52.56 -92.20 28.94 1 2 -22.57 -92.19 28.01 2 1 -...

mer än 12 år ago | 1 answer | 0

1

answer

Answered
How can I extract arrays from a structure?
try to use cell variable for Q as: Q{length(vals(i).data(:,7)),i}= vals(i).data(:,7)

mer än 12 år ago | 0

Answered
How to search the continuous values with maximal size in a vector ?
I wrote this function: function y=continuous(a) n=length(a); for i=1:n-1 if diff(a(i:i+1))==1 z(i)=...

mer än 12 år ago | 0

Answered
How to write m file
try this: function [y] = part_sum_fs(a,b,t) a_0=a(1); a_1=a(2); a_2=a(3); b_1=b(1); b_2=b(2); y=a_0+a_1*cos(t)+b_...

mer än 12 år ago | 0